Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/doc ticket #10718



details:   https://anonhg.NetBSD.org/src/rev/feb860ab33fc
branches:  netbsd-2-0
changeset: 565006:feb860ab33fc
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Oct 15 15:56:06 2006 +0000

description:
ticket #10718

diffstat:

 doc/CHANGES-2.0.4 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 7f00bd3a9202 -r feb860ab33fc doc/CHANGES-2.0.4
--- a/doc/CHANGES-2.0.4 Sun Oct 15 15:53:31 2006 +0000
+++ b/doc/CHANGES-2.0.4 Sun Oct 15 15:56:06 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0.4,v 1.1.2.49 2006/10/15 15:43:47 bouyer Exp $
+#      $NetBSD: CHANGES-2.0.4,v 1.1.2.50 2006/10/15 15:56:06 bouyer Exp $
 
 A complete list of changes from the NetBSD 2.0.3 update to the NetBSD 2.0.4
 update.
@@ -397,3 +397,11 @@
        Suggested by perry@ and ghen@. Ok'ed security-officer@ and christos@
        [adrianp, ticket #10719]
 
+usr.sbin/user/user.c                           1.112
+
+       in userinfo, initialize buf (the buffer which will hold group names)
+       to be a null-terminated string. Otherwise, if the user is not a member
+       of any secondary groups, buf is completely uninitialized and userinfo
+       adds garbage to the list of groups printed.
+       [pavel, ticket #10718]
+



Home | Main Index | Thread Index | Old Index