* src/chage.c: Ignore the return value of pam_end() before exiting.

* src/chage.c: Ignore return values of strftime(), snprintf(),
	puts(), printf(), and fputs().
	* src/chage.c: Check the return value of asctime().
This commit is contained in:
nekral-guest
2008-07-11 22:31:43 +00:00
parent 95c78ce92b
commit 7ac0323c7b
2 changed files with 51 additions and 33 deletions

View File

@@ -1,3 +1,10 @@
2008-07-12 Nicolas François <nicolas.francois@centraliens.net>
* src/chage.c: Ignore the return value of pam_end() before exiting.
* src/chage.c: Ignore return values of strftime(), snprintf(),
puts(), printf(), and fputs().
* src/chage.c: Check the return value of asctime().
2008-07-12 Nicolas François <nicolas.francois@centraliens.net>
* lib/gshadow.c: Avoid assignments in comparison.