summaryrefslogtreecommitdiff
path: root/stdio-common/vfprintf.c
AgeCommit message (Expand)Author
2014-01-07Fix integer overflow in vfwprintf. Fixes bug 14286.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-10-11Fix fwrite() reading beyond end of buffer in error pathEric Biggers
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-03-05Replace __builtin_expect(..., 0) with __glibc_unlikely().Paul Pluzhnikov
2013-03-05 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don'tPaul Pluzhnikov
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-16printf should return negative value on errorSiddhesh Poyarekar
2012-09-282012-09-28 Andreas Schwab <schwab@linux-m68k.org>Jeff Law
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-04-02Tighten up vfprintf width, precision, and total length overflow handling.David S. Miller
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-03-06Formatting fixesUlrich Drepper
2012-03-052012-03-02 Kees Cook <keescook@chromium.org>Kees Cook
2012-03-052012-03-02 Kees Cook <keescook@chromium.org>Kees Cook
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-12-17Fix extension of array in extended printf format handlingUlrich Drepper
2011-05-21Set stream errors in more casesUlrich Drepper
2011-02-20Fix allocation when handling positional parameters in printf.Petr Baudis
2010-12-24Always allow overwriting printf modifiers etc.Ulrich Drepper
2009-09-29Check for integer overflows in formatting functionsAndreas Schwab
2009-04-11* stdio-common/printf.h (struct printf_info): Add user element.Ulrich Drepper
2009-04-10Simplified code and possible copy problem fixed.Ulrich Drepper
2009-04-10* stdio-common/vfprintf.c (vfprintf): Slightly more compact code.Ulrich Drepper
2008-07-25[BZ #6698]Ulrich Drepper
2008-07-20* locale/setlocale.c (setlocale): Take the setlocale lock earlier.Ulrich Drepper
2008-07-15* stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputncvs/fedora-glibc-20080716T0944Ulrich Drepper
2008-03-30* stdio-common/vfprintf.c (vfprintf): Correct overflow test.Ulrich Drepper
2007-12-10[BZ #5424, BZ #5428, BZ #5451]Ulrich Drepper
2007-11-06* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer sizeUlrich Drepper
2007-10-10* stdio-common/printf-parse.h: Include string.h and wchar.h.Ulrich Drepper
2007-07-28* nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper
2007-05-21[BZ #4514]Ulrich Drepper
2007-05-07* stdio-common/vfprintf.c (process_string_arg): OptimizeUlrich Drepper
2007-05-05* stdio-common/vfprintf.c (process_string_arg): Adjust call toUlrich Drepper
2007-05-02* stdio-common/vfprintf.c (process_string_arg): Use a VLA rather thanUlrich Drepper
2007-05-01[BZ #4438]Ulrich Drepper
2007-03-17* elf/dl-open.c (dl_open_worker): Declare l in 2 differentcvs/fedora-glibc-20070317T2130Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-05-02[BZ #2509]Ulrich Drepper
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath
2005-11-05* configure.in: Remove test for support for subtracting local labels.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-11-18[BZ #544]Ulrich Drepper
2004-11-18Update.Ulrich Drepper
2004-10-182004-10-15 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper
2004-09-14Update.Ulrich Drepper