From f546f87c4ffb1642ffc96b8d614c329ed35252c3 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sat, 17 Oct 2015 12:02:22 +0200 Subject: The va_list pointer is unspecified after a call to vfprintf [BZ #18982] This adjusts the documentation to the existing implementation. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d720fcb01b..766830713f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-10-17 Florian Weimer + + [BZ #18982] + * manual/stdio.texi (Variable Arguments Output): Add portability + note, explaining that vfprintf clobbers the va_list pointer. + 2015-10-16 Joseph Myers * math/libm-test.inc (fabs_test_data): Add more tests. -- cgit 1.4.1