From 12d5853e22c348b537472b55c161e5da327de310 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 29 Jun 2017 09:37:04 +0200 Subject: vfprintf: Use struct scratch_buffer for positional arguments allocation --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 67c5d07..8dfb981 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2017-06-29 Florian Weimer + * 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 + * stdio-common/_i18n_number.h (_i18n_number_rewrite): Use struct scratch_buffer. -- cgit v1.1