]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
printf should return negative value on error
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 16 Nov 2012 13:43:11 +0000 (19:13 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 16 Nov 2012 13:43:11 +0000 (19:13 +0530)
commit2b766585f9b4ffabeef2f36200c275976b93f2c7
treed6be89abc6bfa88e5e9fd997bb4cfd94b035adc2
parentb1848fdeec705bc7d2f64e3a365f1ff66eeb4f0d
printf should return negative value on error

[BZ #11741]
Fixed bug where printf and family may return a spurious success when
printing padded formats.
ChangeLog
NEWS
libio/fileops.c
libio/iopadn.c
libio/iowpadn.c
libio/libioP.h
stdio-common/tst-put-error.c
stdio-common/vfprintf.c