From 22fbd774dc10f8872400cd56f79423d390f8528e Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Mon, 20 Apr 2009 11:39:16 +0000 Subject: [PATCH] * 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). --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index a6bbb393..03b53268 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-20 Nicolas François + + * 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 * libmisc/ttytype.c: Add brackets and parenthesis.