Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-1]: src/doc ticket #10718
details: https://anonhg.NetBSD.org/src/rev/4d4c6d427f5a
branches: netbsd-2-1
changeset: 564225:4d4c6d427f5a
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Oct 15 15:56:22 2006 +0000
description:
ticket #10718
diffstat:
doc/CHANGES-2.1.1 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 431a9ee061b9 -r 4d4c6d427f5a doc/CHANGES-2.1.1
--- a/doc/CHANGES-2.1.1 Sun Oct 15 15:54:10 2006 +0000
+++ b/doc/CHANGES-2.1.1 Sun Oct 15 15:56:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.1.1,v 1.1.2.51 2006/10/15 15:44:54 bouyer Exp $
+# $NetBSD: CHANGES-2.1.1,v 1.1.2.52 2006/10/15 15:56:22 bouyer Exp $
A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.1.1
release
@@ -468,3 +468,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