about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-10-17 12:05:12 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-10-17 12:05:12 +0200
commitdb8ad8fac3ebdb6c68964f4d24185c2bd2c83342 (patch)
treebfb11e131fe2f36ed9e6828513ea22c253102d70 /ChangeLog
parent52fb79d6cdecb89a6f0375091e7c12ed79ae6760 (diff)
downloadglibc-db8ad8fac3ebdb6c68964f4d24185c2bd2c83342.tar.gz
glibc-db8ad8fac3ebdb6c68964f4d24185c2bd2c83342.tar.xz
glibc-db8ad8fac3ebdb6c68964f4d24185c2bd2c83342.zip
vfprintf: Rewrite printf_positional to use struct scratch_buffer
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f5fbc7dae..123f34cf8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-10-17  Florian Weimer  <fweimer@redhat.com>
 
+	* stdio-common/vfprintf.c (printf_positional): Rewrite to use
+	struct scratch_buffer instead of extend_alloca.
+
+2015-10-17  Florian Weimer  <fweimer@redhat.com>
+
 	* sysdeps/unix/sysv/linux/kernel-features.h
 	(__ASSUME_SOCK_CLOEXEC): Remove.
 	* include/sys/socket.h (__have_sock_cloexec): Remove declaration.