From: Simon Arlott Date: Sat, 7 Mar 2009 00:06:24 +0000 (+0000) Subject: truncate buffer before reading empty files X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/011f2e9bdddcbfe65da397629bca87d167313a28?hp=011f2e9bdddcbfe65da397629bca87d167313a28 truncate buffer before reading empty files If readfile() reads an empty file, fgets() won't truncate the buffer and it'll still contain the contents of the previously read file. [lh: fixed similar issue in ui-repolist.c] Signed-off-by: Simon Arlott Signed-off-by: Lars Hjemli ---