Module Name: src
Committed By: martin
Date: Thu Jul 12 14:57:57 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
Ticket #1619
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.94 -r1.1.2.95 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.94 src/doc/CHANGES-7.2:1.1.2.95
--- src/doc/CHANGES-7.2:1.1.2.94 Sat Jun 30 11:34:39 2018
+++ src/doc/CHANGES-7.2 Thu Jul 12 14:57:57 2018
@@ -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 @@ xsrc/xfree/xc/programs/mkfontscale/ident
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]
+