| Commit message (Expand) | Author | Age | Files | Lines |
* | CVE-2012-3406: Stack overflow in vfprintf [BZ #16617] | ![](//www.gravatar.com/avatar/fd457b0cdf04552cdb5a19ffb225bda7?s=13&d=retro) Jeff Law | 2014-12-15 | 1 | -2/+38 |
* | Correctly handle %p in wprintf (BZ #16890) | ![](//www.gravatar.com/avatar/c2128fbd6e471d15a820aeb923a0f634?s=13&d=retro) Andreas Schwab | 2014-05-01 | 1 | -1/+2 |
* | Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings" | ![](//www.gravatar.com/avatar/df3d79f907434579f2fb985e958550ed?s=13&d=retro) Will Newton | 2014-03-17 | 1 | -1/+1 |
* | Fix _IO_JUMPS_OFFSET -Wundef warnings | ![](//www.gravatar.com/avatar/df3d79f907434579f2fb985e958550ed?s=13&d=retro) Will Newton | 2014-03-17 | 1 | -1/+1 |
* | Fix integer overflow in vfwprintf. Fixes bug 14286. | ![](//www.gravatar.com/avatar/896978723fa4061ceb8c64f6d46823f4?s=13&d=retro) Ondřej Bílka | 2014-01-07 | 1 | -1/+7 |
* | Update copyright notices with scripts/update-copyrights | ![](//www.gravatar.com/avatar/8d8331ecffddaef621841f3eaf88ba4f?s=13&d=retro) Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Fix fwrite() reading beyond end of buffer in error path | ![](//www.gravatar.com/avatar/67dd057890888590eac531a3b4220773?s=13&d=retro) Eric Biggers | 2013-10-11 | 1 | -6/+6 |
* | Avoid use of "register" as optimization hint. | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2013-06-07 | 1 | -4/+4 |
* | Replace __builtin_expect(..., 0) with __glibc_unlikely(). | ![](//www.gravatar.com/avatar/2a8b5d4ae89cff47f4289b606e29d592?s=13&d=retro) Paul Pluzhnikov | 2013-03-05 | 1 | -19/+19 |
* | * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't | ![](//www.gravatar.com/avatar/2a8b5d4ae89cff47f4289b606e29d592?s=13&d=retro) Paul Pluzhnikov | 2013-03-05 | 1 | -4/+13 |
* | Remove __ptrvalue, __bounded and __unbounded. | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2013-02-13 | 1 | -2/+2 |
* | Update copyright notices with scripts/update-copyrights. | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | printf should return negative value on error | ![](//www.gravatar.com/avatar/0ef703927cf85f436f8e73b9fb919554?s=13&d=retro) Siddhesh Poyarekar | 2012-11-16 | 1 | -4/+24 |
* | 2012-09-28 Andreas Schwab <schwab@linux-m68k.org> | ![](//www.gravatar.com/avatar/fd457b0cdf04552cdb5a19ffb225bda7?s=13&d=retro) Jeff Law | 2012-09-28 | 1 | -36/+3 |
* | Remove use of INTDEF/INTUSE in libio | ![](//www.gravatar.com/avatar/c2128fbd6e471d15a820aeb923a0f634?s=13&d=retro) Andreas Schwab | 2012-05-24 | 1 | -15/+16 |
* | Tighten up vfprintf width, precision, and total length overflow handling. | ![](//www.gravatar.com/avatar/81279c43ce60f56aea992763d1ed612b?s=13&d=retro) David S. Miller | 2012-04-02 | 1 | -19/+58 |
* | Move stdio-common/_itoa.h to sysdeps/generic | ![](//www.gravatar.com/avatar/70d73713ba93360b74cb20a8de63d2e9?s=13&d=retro) H.J. Lu | 2012-03-20 | 1 | -2/+2 |
* | Formatting fixes | ![](//www.gravatar.com/avatar/bf3dd82a44d7ce97707a97cf7f78e092?s=13&d=retro) Ulrich Drepper | 2012-03-06 | 1 | -13/+13 |
* | 2012-03-02 Kees Cook <keescook@chromium.org> | ![](//www.gravatar.com/avatar/1b45cc190ad060a47c5518963894c4c0?s=13&d=retro) Kees Cook | 2012-03-05 | 1 | -3/+7 |
* | 2012-03-02 Kees Cook <keescook@chromium.org> | ![](//www.gravatar.com/avatar/1b45cc190ad060a47c5518963894c4c0?s=13&d=retro) Kees Cook | 2012-03-05 | 1 | -9/+38 |
* | Replace FSF snail mail address with URLs. | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Fix extension of array in extended printf format handling | ![](//www.gravatar.com/avatar/bf3dd82a44d7ce97707a97cf7f78e092?s=13&d=retro) Ulrich Drepper | 2011-12-17 | 1 | -7/+6 |
* | Set stream errors in more cases | ![](//www.gravatar.com/avatar/bf3dd82a44d7ce97707a97cf7f78e092?s=13&d=retro) Ulrich Drepper | 2011-05-21 | 1 | -0/+1 |
* | Fix allocation when handling positional parameters in printf. | ![](//www.gravatar.com/avatar/cb6326f570dbb9707e8354017e4f90f3?s=13&d=retro) Petr Baudis | 2011-02-20 | 1 | -2/+3 |
* | Always allow overwriting printf modifiers etc. | ![](//www.gravatar.com/avatar/bf3dd82a44d7ce97707a97cf7f78e092?s=13&d=retro) Ulrich Drepper | 2010-12-24 | 1 | -7/+13 |
* | Check for integer overflows in formatting functions | ![](//www.gravatar.com/avatar/798b54c81631c9d9373b013ec279b253?s=13&d=retro) Andreas Schwab | 2009-09-29 | 1 | -18/+31 |
* | * stdio-common/printf.h (struct printf_info): Add user element. | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2009-04-11 | 1 | -14/+51 |
* | Simplified code and possible copy problem fixed. | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2009-04-10 | 1 | -17/+3 |
* | * stdio-common/vfprintf.c (vfprintf): Slightly more compact code. | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2009-04-10 | 1 | -8/+15 |
* | [BZ #6698] | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2008-07-25 | 1 | -2/+2 |
* | * locale/setlocale.c (setlocale): Take the setlocale lock earlier. | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2008-07-20 | 1 | -2/+7 |
* | * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputncvs/fedora-glibc-20080716T0944 | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2008-07-15 | 1 | -1/+5 |
* | * stdio-common/vfprintf.c (vfprintf): Correct overflow test. | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2008-03-30 | 1 | -1/+2 |
* | [BZ #5424, BZ #5428, BZ #5451] | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2007-12-10 | 1 | -9/+23 |
* | * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2007-11-06 | 1 | -6/+12 |
* | * stdio-common/printf-parse.h: Include string.h and wchar.h. | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2007-10-10 | 1 | -12/+3 |
* | * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2007-07-28 | 1 | -1/+1 |
* | [BZ #4514] | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2007-05-21 | 1 | -4/+7 |
* | * stdio-common/vfprintf.c (process_string_arg): Optimize | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2007-05-07 | 1 | -2/+3 |
* | * stdio-common/vfprintf.c (process_string_arg): Adjust call to | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2007-05-05 | 1 | -2/+2 |
* | * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2007-05-02 | 1 | -1/+2 |
* | [BZ #4438] | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2007-05-01 | 1 | -9/+15 |
* | * elf/dl-open.c (dl_open_worker): Declare l in 2 differentcvs/fedora-glibc-20070317T2130 | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2007-03-17 | 1 | -1/+2 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2007-01-11 | 1 | -27/+16 |
* | . | ![](//www.gravatar.com/avatar/9585d34bb20a1b352761442eb6ea824e?s=13&d=retro) Jakub Jelinek | 2007-07-31 | 1 | -16/+27 |
* | [BZ #2509] | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2006-05-02 | 1 | -2/+12 |
* | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | ![](//www.gravatar.com/avatar/5f904cdf1d0bb4b39050d87f70371637?s=13&d=retro) Roland McGrath | 2006-01-14 | 1 | -22/+30 |
* | * configure.in: Remove test for support for subtracting local labels. | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2005-11-05 | 1 | -4/+4 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | ![](//www.gravatar.com/avatar/8f0bfa30bd39eaf0f5068491ca66df1c?s=13&d=retro) Ulrich Drepper | 2004-12-22 | 1 | -71/+42 |
* | 2.5-18.1 | ![](//www.gravatar.com/avatar/9585d34bb20a1b352761442eb6ea824e?s=13&d=retro) Jakub Jelinek | 2007-07-12 | 1 | -42/+71 |