Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/doc Tickets 1687 and 1688.
details: https://anonhg.NetBSD.org/src/rev/d124bc862202
branches: netbsd-1-6
changeset: 531334:d124bc862202
user: tron <tron%NetBSD.org@localhost>
date: Tue May 11 12:28:08 2004 +0000
description:
Tickets 1687 and 1688.
diffstat:
doc/CHANGES-1.6.3 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r b39ca4736562 -r d124bc862202 doc/CHANGES-1.6.3
--- a/doc/CHANGES-1.6.3 Tue May 11 12:26:13 2004 +0000
+++ b/doc/CHANGES-1.6.3 Tue May 11 12:28:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.6.3,v 1.1.2.92 2004/05/06 18:48:11 jmc Exp $
+# $NetBSD: CHANGES-1.6.3,v 1.1.2.93 2004/05/11 12:28:08 tron Exp $
A complete list of changes from NetBSD 1.6.2 to NetBSD 1.6.3:
@@ -668,3 +668,15 @@
Avoid a cast between pointers to different integer sizes
[aymeric, ticket #1681]
+
+lib/libc/gen/getcwd.c 1.26
+
+ readlink(2) does not NUL-terminate, use with sizeof (buf-1).
+ [kleink, ticket #1687]
+
+bin/csh/dir.c 1.21,1.23
+
+ Use readlink with bufsize - 1.
+ Avoid overflow in strcpy.
+ [kleink, ticket #1688]
+
Home |
Main Index |
Thread Index |
Old Index