Module Name: src
Committed By: snj
Date: Fri Nov 17 20:19:00 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
1448
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-7.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-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.53 src/doc/CHANGES-7.2:1.1.2.54
--- src/doc/CHANGES-7.2:1.1.2.53 Sun Nov 5 21:06:42 2017
+++ src/doc/CHANGES-7.2 Fri Nov 17 20:19:00 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.53 2017/11/05 21:06:42 snj Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.54 2017/11/17 20:19:00 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -4857,3 +4857,11 @@ xsrc/xfree/xc/programs/Xserver/render/re
apply fixes for CVEs 2017-12176 to 2017-12187
[mrg, ticket #1523]
+common/lib/libc/stdlib/_strtol.h 1.11 via patch
+common/lib/libc/stdlib/_strtoul.h 1.11 via patch
+tests/lib/libc/stdlib/t_strtol.c 1.7 via patch
+
+ Fix ISO C compliance: strtol of "0xX" should give the largest
+ valid numeric prefix, which is 0.
+ [joerg, ticket #1448]
+