Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Attic/CHANGES-1.5.4,v retrieving revision 1.1.2.152 retrieving revision 1.1.2.153 diff -u -p -r1.1.2.152 -r1.1.2.153 --- src/Attic/CHANGES-1.5.4 2004/05/06 03:40:45 1.1.2.152 +++ src/Attic/CHANGES-1.5.4 2004/05/12 04:20:53 1.1.2.153 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-1.5.4,v 1.1.2.152 2004/05/06 03:40:45 jmc Exp $ +# $NetBSD: CHANGES-1.5.4,v 1.1.2.153 2004/05/12 04:20:53 jmc Exp $ A complete list of changes from NetBSD 1.5.3 to NetBSD 1.5.4: @@ -2624,3 +2624,8 @@ usr.bin/vi/common/line.c 1.7 We can't keep a reference to data returned by libdb after a subsequent call to any other libdb function on that DB. [aymeric, ticket #144] + +lib/libc/gen/getcwd.c 1.26 + + readlink(2) does not NUL-terminate, use with sizeof (buf-1). + [kleink, ticket #146]