Module Name: src
Committed By: riz
Date: Tue Apr 5 06:22:22 UTC 2011
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Tickets 1587, 1588, 1593
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-5.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.2
diff -u src/doc/CHANGES-5.2:1.1.2.70 src/doc/CHANGES-5.2:1.1.2.71
--- src/doc/CHANGES-5.2:1.1.2.70 Sun Apr 3 06:10:29 2011
+++ src/doc/CHANGES-5.2 Tue Apr 5 06:22:21 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.70 2011/04/03 06:10:29 jdc Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.71 2011/04/05 06:22:21 riz Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -4951,3 +4951,20 @@
mitigation for CVE-2011-1547
[spz, ticket #1590]
+sys/net/bpf.c 1.163
+
+ Allocate buffers with (M_WAITOK | M_CANFAIL) instead of M_NOWAIT.
+ [bouyer, ticket #1587]
+
+sys/dev/pci/if_jme.c 1.17
+
+ Some bus_dma(9)-related and memory allocation fixes for
+ jme(4).
+ [bouyer, ticket #1588]
+
+lib/libc/net/getservbyname_r.c patch
+lib/libc/net/getservbyport_r.c patch
+
+ Protect against stack smashes.
+ [christos, ticket #1593]
+