* lib/gshadow.c: Removed limitation on the length of the gshadow

lines.
	* lib/gshadow.c: Compare the result of fgetsx() with the provided
	buffer instead of NULL.
This commit is contained in:
nekral-guest
2009-06-12 17:50:24 +00:00
parent fa69d08d13
commit ae00a3579c
2 changed files with 59 additions and 13 deletions

View File

@@ -1,3 +1,10 @@
2009-06-11 Nicolas François <nicolas.francois@centraliens.net>
* lib/gshadow.c: Removed limitation on the length of the gshadow
lines.
* lib/gshadow.c: Compare the result of fgetsx() with the provided
buffer instead of NULL.
2009-06-11 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/xgetXXbyYY.c, libmisc/xgetpwnam.c, libmisc/xgetgrnam.c,