aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-10-17 12:02:22 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-10-17 12:02:22 +0200
commitf546f87c4ffb1642ffc96b8d614c329ed35252c3 (patch)
treeadb75afb2d8b6432fd738bed624cde26f6c403c8 /ChangeLog
parent213938ee8ad50156063c3b38c3d236c6f713eb4a (diff)
downloadglibc-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d720fcb..7668307 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.