diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-29 09:37:13 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-29 09:37:13 +0200 |
commit | edc1686af0c0fc2eb535f1d38cdf63c1a5a03675 (patch) | |
tree | aa1d085159a8e6716ebde6f3fc8e80180cbfc080 /ChangeLog | |
parent | 12d5853e22c348b537472b55c161e5da327de310 (diff) | |
download | glibc-edc1686af0c0fc2eb535f1d38cdf63c1a5a03675.zip glibc-edc1686af0c0fc2eb535f1d38cdf63c1a5a03675.tar.gz glibc-edc1686af0c0fc2eb535f1d38cdf63c1a5a03675.tar.bz2 |
vfprintf: Reuse work_buffer in group_number
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2017-06-29 Florian Weimer <fweimer@redhat.com> + * stdio-common/vfprintf.c (group_number): Add front_ptr argument. + Use it to make the temporary copy at the start of the work buffer. + (process_arg): Adjust call to group_number. + +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. |