Module Name: src
Committed By: bouyer
Date: Tue Mar 31 21:15:06 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
ticket 1296
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.140 -r1.1.2.141 src/doc/CHANGES-4.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-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.140 src/doc/CHANGES-4.1:1.1.2.141
--- src/doc/CHANGES-4.1:1.1.2.140 Tue Mar 31 18:23:57 2009
+++ src/doc/CHANGES-4.1 Tue Mar 31 21:15:06 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.140 2009/03/31 18:23:57 bouyer Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.141 2009/03/31 21:15:06 bouyer Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -2949,3 +2949,9 @@
Add/fix HW checksum support (PR kern/40955)
[tsutsui, ticket #1297]
+common/lib/libprop/prop_object.c patch
+
+ Fix crash where user was able to crash proplib with trying to
+ internalize bad xml file with non-existing data type e.g. <number>.
+ [haad, ticket #1296]
+