From: Jim Meyering Date: Fri, 28 Mar 2003 09:18:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.12~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=248735bfc416da33eff047d8ab644fafd2013002;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index fb3ffe03e9..688685d047 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +[4.5.12] +* printf no longer treats \x specially when POSIXLY_CORRECT is set +* printf avoids buffer overrun with format ending in a backslash and +* printf avoids buffer overrun with incomplete conversion specifier +* printf accepts multiple flags in a single conversion specifier [4.5.11] * seq no longer requires that a field width be specified * seq no longer fails when given a field width of `0'