Module Name: src
Committed By: martin
Date: Sat Feb 21 13:16:05 UTC 2015
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
Tickets #1257 and #1258
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-6.0.7
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-6.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.28 src/doc/CHANGES-6.0.7:1.1.2.29
--- src/doc/CHANGES-6.0.7:1.1.2.28 Wed Feb 11 14:58:56 2015
+++ src/doc/CHANGES-6.0.7 Sat Feb 21 13:16:05 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.28 2015/02/11 14:58:56 martin Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.29 2015/02/21 13:16:05 martin Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -4316,4 +4316,15 @@ xfree/xc/programs/Xserver/xkb/xkb.c 1.2
Information leak in the XkbSetGeometry request of X servers.
[mrg, ticket #1253]
+lib/libc/regex/regcomp.c (patch)
+
+ Fix a multiplication overflow in allocation, which has been fixed
+ differently in rev. 1.34 in -current.
+ [joerg, ticket #1257]
+
+sys/netinet/icmp_var.h 1.30
+sys/netinet/ip_icmp.h 1.34
+
+ Fix ICMP_STATINC() buffer overflows.
+ [christos, ticket #1258]