Module Name: src Committed By: bouyer Date: Sat Jun 18 17:21:32 UTC 2011
Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: ticket 1636 To generate a diff of this commit: cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-5.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.2 diff -u src/doc/CHANGES-5.2:1.1.2.85 src/doc/CHANGES-5.2:1.1.2.86 --- src/doc/CHANGES-5.2:1.1.2.85 Sat Jun 18 17:03:14 2011 +++ src/doc/CHANGES-5.2 Sat Jun 18 17:21:32 2011 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.2,v 1.1.2.85 2011/06/18 17:03:14 bouyer Exp $ +# $NetBSD: CHANGES-5.2,v 1.1.2.86 2011/06/18 17:21:32 bouyer Exp $ A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2 release: @@ -5313,3 +5313,9 @@ gets created. With this change dump(8) no longer dumps the zero-sized, but named snapshot it is working on. [hannken, ticket #1627] + +lib/libc/gen/getgrent.c 1.63 + + _gr_copy() can get called with fromgrp->gr_mem == NULL. + [sjg, ticket #1636] +