]> granicus.if.org Git - shadow/commitdiff
* libmisc/failure.h, libmisc/failure.c, src/login.c: Added
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 20 Apr 2009 11:39:16 +0000 (11:39 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 20 Apr 2009 11:39:16 +0000 (11:39 +0000)
username as first parameter of failtmp to avoid issues with
non-null terminated ut_user, unavailability of ut_user, incomplete
username (that should not happen currently).

ChangeLog

index a6bbb393c92eadebe133e451b9d6bcb2202f688e..03b532688aaaa2075d8225d018c15b326332f7a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-04-20  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * libmisc/failure.h, libmisc/failure.c, src/login.c: Added
+       username as first parameter of failtmp to avoid issues with
+       non-null terminated ut_user, unavailability of ut_user, incomplete
+       username (that should not happen currently).
+
 2009-04-20  Nicolas François  <nicolas.francois@centraliens.net>
 
        * libmisc/ttytype.c: Add brackets and parenthesis.