Module Name: src
Committed By: martin
Date: Sat Feb 21 13:12:02 UTC 2015
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Tickets #1257 and #1258
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.196 -r1.1.2.197 src/doc/CHANGES-6.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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.196 src/doc/CHANGES-6.2:1.1.2.197
--- src/doc/CHANGES-6.2:1.1.2.196 Mon Feb 16 08:33:39 2015
+++ src/doc/CHANGES-6.2 Sat Feb 21 13:12:01 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.196 2015/02/16 08:33:39 martin Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.197 2015/02/21 13:12:01 martin Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -9610,3 +9610,15 @@ sys/dev/pci/if_bge.c 1.278
PCIe devices.
[msaitoh, ticket #1256]
+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]
+