* lib/commonio.c: Ignore teh return values of fclose() and

unlink() in case of failure of fopen_set_perms() or
	create_backup().
	* lib/commonio.c: Should the backup file be unlink'ed in case of
	failure of create_backup()?
This commit is contained in:
nekral-guest
2009-04-30 21:53:54 +00:00
parent 4da0573bf7
commit ba65b06b4a
2 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
2009-04-30 Nicolas François <nicolas.francois@centraliens.net>
* lib/commonio.c: Ignore teh return values of fclose() and
unlink() in case of failure of fopen_set_perms() or
create_backup().
* lib/commonio.c: Should the backup file be unlink'ed in case of
failure of create_backup()?
2009-04-30 Nicolas François <nicolas.francois@centraliens.net>
* lib/getulong.c: Added splint annotations.