Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc Ticket #1619
details: https://anonhg.NetBSD.org/src/rev/e02634d96f4e
branches: netbsd-7
changeset: 320562:e02634d96f4e
user: martin <martin%NetBSD.org@localhost>
date: Thu Jul 12 14:57:57 2018 +0000
description:
Ticket #1619
diffstat:
doc/CHANGES-7.2 | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r e55935f2a76c -r e02634d96f4e doc/CHANGES-7.2
--- a/doc/CHANGES-7.2 Thu Jul 12 14:57:30 2018 +0000
+++ b/doc/CHANGES-7.2 Thu Jul 12 14:57:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.94 2018/06/30 11:34:39 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.95 2018/07/12 14:57:57 martin Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -5556,3 +5556,13 @@
Pass gzFile, not gzFile * to gzio functions.
[mrg, ticket #1618]
+usr.bin/printf/printf.c 1.37-1.39
+
+ Fix some error handling.
+ Avoid running off into oblivion when a format string,
+ or arg to a %b conversion ends in an unescaped backslash.
+ Avoid printing error messages twice when an invalid
+ escape sequence (\ sequence) is present in an arg to a %b
+ conversion.
+ [kre, ticket #1619]
+
Home |
Main Index |
Thread Index |
Old Index