On Thu, Nov 1, 2012 at 3:44 PM, Natanael Copa <[email protected]> wrote: > On Thu, Nov 1, 2012 at 1:02 PM, Will Newton <[email protected]> wrote: >> On Tue, Oct 16, 2012 at 12:00 PM, Will Newton <[email protected]> wrote: >>> The current code implements the 'm' modifier only for 's' >>> conversions and would cause a segfault if it was used for 'c' >>> or '[' conversions. This patch extends the code to cover these >>> cases too. >>> >>> Signed-off-by: Will Newton <[email protected]> >>> --- >>> libc/stdio/_scanf.c | 51 >>> ++++++++++++++++++++++++++++++++------------------- >>> 1 files changed, 32 insertions(+), 19 deletions(-) >> >> Any comments on this patch? > > Are there any current applications that triggers this issue?
The application I hit it with was lttng-tools. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
