diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-10-17 12:02:22 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-10-17 12:02:22 +0200 |
commit | f546f87c4ffb1642ffc96b8d614c329ed35252c3 (patch) | |
tree | adb75afb2d8b6432fd738bed624cde26f6c403c8 /ChangeLog | |
parent | 213938ee8ad50156063c3b38c3d236c6f713eb4a (diff) | |
download | glibc-f546f87c4ffb1642ffc96b8d614c329ed35252c3.zip glibc-f546f87c4ffb1642ffc96b8d614c329ed35252c3.tar.gz glibc-f546f87c4ffb1642ffc96b8d614c329ed35252c3.tar.bz2 |
The va_list pointer is unspecified after a call to vfprintf [BZ #18982]
This adjusts the documentation to the existing implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-10-17 Florian Weimer <fweimer@redhat.com> + + [BZ #18982] + * manual/stdio.texi (Variable Arguments Output): Add portability + note, explaining that vfprintf clobbers the va_list pointer. + 2015-10-16 Joseph Myers <joseph@codesourcery.com> * math/libm-test.inc (fabs_test_data): Add more tests. |