diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-29 09:37:04 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-29 09:37:04 +0200 |
commit | 12d5853e22c348b537472b55c161e5da327de310 (patch) | |
tree | bea29d83b0423f997b9f21f8bbe807071ee43436 /ChangeLog | |
parent | cd00e12d31dd9de465a0d5f2677fa71bc2b12d80 (diff) | |
download | glibc-12d5853e22c348b537472b55c161e5da327de310.tar.gz glibc-12d5853e22c348b537472b55c161e5da327de310.tar.xz glibc-12d5853e22c348b537472b55c161e5da327de310.zip |
vfprintf: Use struct scratch_buffer for positional arguments allocation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 67c5d07722..8dfb9810c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2017-06-29 Florian Weimer <fweimer@redhat.com> + * stdio-common/vfprintf.c (printf_positional): Use struct + scratch_buffer to allocate backing storage for the args_value, + args_size, args_type arrays. + +2017-06-29 Florian Weimer <fweimer@redhat.com> + * stdio-common/_i18n_number.h (_i18n_number_rewrite): Use struct scratch_buffer. |