Module Name: src
Committed By: snj
Date: Wed Feb 4 04:47:17 UTC 2015
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
tickets 194[67]
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-5.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.3
diff -u src/doc/CHANGES-5.3:1.1.2.95 src/doc/CHANGES-5.3:1.1.2.96
--- src/doc/CHANGES-5.3:1.1.2.95 Mon Jan 26 13:35:41 2015
+++ src/doc/CHANGES-5.3 Wed Feb 4 04:47:17 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.95 2015/01/26 13:35:41 martin Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.96 2015/02/04 04:47:17 snj Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -3714,3 +3714,14 @@ sys/arch/x86/pci/ichlpcib.c 1.46 (via
bus_space_map() directly.
[msaitoh, ticket #1944]
+sys/dev/vnd.c 1.240, 1.241 via patch
+
+ Fix a deadlock when a write occurs on the vnd while the attached
+ file is being fsync(2)ed.
+ [bouyer, ticket #1946]
+
+lib/libevent/buffer.c patch
+
+ Fix CVE-2014-6272.
+ [spz, ticket #1947]
+