Skip to content

Prevent infinite loop in `ReadConfigFile`

Adam requested to merge adsr/apt:prevent_read_conf_inf_loop into main

If ReadLine fails, break the loop. Without this, the function goes into an infinite loop if FName is a directory.

Merge request reports

Loading