Module Name: src
Committed By: bouyer
Date: Sun Aug 16 22:41:56 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
ticket 915
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.60 -r1.1.2.61 src/doc/CHANGES-5.1
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.1
diff -u src/doc/CHANGES-5.1:1.1.2.60 src/doc/CHANGES-5.1:1.1.2.61
--- src/doc/CHANGES-5.1:1.1.2.60 Sun Aug 16 00:22:12 2009
+++ src/doc/CHANGES-5.1 Sun Aug 16 22:41:55 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.60 2009/08/16 00:22:12 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.61 2009/08/16 22:41:55 bouyer Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -2212,3 +2212,10 @@
period to the register.
[bouyer, ticket #912]
+lib/libc/gen/fts.c 1.38
+
+ Avoid possible integer overflow on really deep dirs,
+ and subsequent collateral damage.
+ Received from OpenBSD via US-CERT as VU #590371.
+ [christos, ticket #915]
+