Module Name: src
Committed By: bouyer
Date: Thu May 19 19:52:44 UTC 2011
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
ticket 1602
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-5.0.3
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.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.39 src/doc/CHANGES-5.0.3:1.1.2.40
--- src/doc/CHANGES-5.0.3:1.1.2.39 Sun Apr 24 15:41:55 2011
+++ src/doc/CHANGES-5.0.3 Thu May 19 19:52:44 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.39 2011/04/24 15:41:55 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.40 2011/05/19 19:52:44 bouyer Exp $
A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
release:
@@ -2728,3 +2728,11 @@
Prevent resource DoS from brace expansion.
[spz, ticket #1597]
+lib/libc/db/btree/bt_open.c 1.25
+lib/libc/db/hash/hash_page.c 1.24
+
+ Correct check for snprintf() overflow via Maksymilian Arciemowicz
+ from FreeBSD.
+ (the bt one was ok, but set errno and make it the same for consistency).
+ [christos, ticket #1602]
+