Module Name: src
Committed By: bouyer
Date: Sun Aug 16 22:42:16 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
ticket 915
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-5.0.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.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.5 src/doc/CHANGES-5.0.2:1.1.2.6
--- src/doc/CHANGES-5.0.2:1.1.2.5 Sun Aug 16 00:21:49 2009
+++ src/doc/CHANGES-5.0.2 Sun Aug 16 22:42:16 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.5 2009/08/16 00:21:49 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.6 2009/08/16 22:42:16 bouyer Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -146,3 +146,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]
+