Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc 1448
details: https://anonhg.NetBSD.org/src/rev/83f71c39f3f7
branches: netbsd-7
changeset: 800363:83f71c39f3f7
user: snj <snj%NetBSD.org@localhost>
date: Fri Nov 17 20:19:00 2017 +0000
description:
1448
diffstat:
doc/CHANGES-7.2 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 4f5d03284b69 -r 83f71c39f3f7 doc/CHANGES-7.2
--- a/doc/CHANGES-7.2 Fri Nov 17 20:08:29 2017 +0000
+++ b/doc/CHANGES-7.2 Fri Nov 17 20:19:00 2017 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index