GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdio-common
/
vfprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfprintf: Remove label name switching for the jump table
Florian Weimer
2015-05-21
1
-17
/
+4
*
vfprintf: Introduce printf_positional function
Florian Weimer
2015-05-21
1
-347
/
+369
*
vfprintf: Move jump table definition and the macros out of function
Florian Weimer
2015-05-21
1
-65
/
+64
*
vfprintf: Define WORK_BUFFER_SIZE
Florian Weimer
2015-03-06
1
-11
/
+11
*
vfprintf: Introduce JUMP_TABLE_BASE_LABEL
Florian Weimer
2015-03-06
1
-3
/
+6
*
vfprintf: Introduce THOUSANDS_SEP_T
Florian Weimer
2015-03-06
1
-18
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]
Jeff Law
2014-12-15
1
-2
/
+38
*
Correctly handle %p in wprintf (BZ #16890)
Andreas Schwab
2014-05-01
1
-1
/
+2
*
Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"
Will Newton
2014-03-17
1
-1
/
+1
*
Fix _IO_JUMPS_OFFSET -Wundef warnings
Will Newton
2014-03-17
1
-1
/
+1
*
Fix integer overflow in vfwprintf. Fixes bug 14286.
Ondřej Bílka
2014-01-07
1
-1
/
+7
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Fix fwrite() reading beyond end of buffer in error path
Eric Biggers
2013-10-11
1
-6
/
+6
*
Avoid use of "register" as optimization hint.
Joseph Myers
2013-06-07
1
-4
/
+4
*
Replace __builtin_expect(..., 0) with __glibc_unlikely().
Paul Pluzhnikov
2013-03-05
1
-19
/
+19
*
* stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
Paul Pluzhnikov
2013-03-05
1
-4
/
+13
*
Remove __ptrvalue, __bounded and __unbounded.
Joseph Myers
2013-02-13
1
-2
/
+2
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
printf should return negative value on error
Siddhesh Poyarekar
2012-11-16
1
-4
/
+24
*
2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
Jeff Law
2012-09-28
1
-36
/
+3
*
Remove use of INTDEF/INTUSE in libio
Andreas Schwab
2012-05-24
1
-15
/
+16
*
Tighten up vfprintf width, precision, and total length overflow handling.
David S. Miller
2012-04-02
1
-19
/
+58
*
Move stdio-common/_itoa.h to sysdeps/generic
H.J. Lu
2012-03-20
1
-2
/
+2
*
Formatting fixes
Ulrich Drepper
2012-03-06
1
-13
/
+13
*
2012-03-02 Kees Cook <keescook@chromium.org>
Kees Cook
2012-03-05
1
-3
/
+7
*
2012-03-02 Kees Cook <keescook@chromium.org>
Kees Cook
2012-03-05
1
-9
/
+38
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
Fix extension of array in extended printf format handling
Ulrich Drepper
2011-12-17
1
-7
/
+6
*
Set stream errors in more cases
Ulrich Drepper
2011-05-21
1
-0
/
+1
*
Fix allocation when handling positional parameters in printf.
Petr Baudis
2011-02-20
1
-2
/
+3
*
Always allow overwriting printf modifiers etc.
Ulrich Drepper
2010-12-24
1
-7
/
+13
*
Check for integer overflows in formatting functions
Andreas Schwab
2009-09-29
1
-18
/
+31
*
* stdio-common/printf.h (struct printf_info): Add user element.
Ulrich Drepper
2009-04-11
1
-14
/
+51
*
Simplified code and possible copy problem fixed.
Ulrich Drepper
2009-04-10
1
-17
/
+3
*
* stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
Ulrich Drepper
2009-04-10
1
-8
/
+15
*
[BZ #6698]
Ulrich Drepper
2008-07-25
1
-2
/
+2
*
* locale/setlocale.c (setlocale): Take the setlocale lock earlier.
Ulrich Drepper
2008-07-20
1
-2
/
+7
*
* stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
cvs/fedora-glibc-20080716T0944
Ulrich Drepper
2008-07-15
1
-1
/
+5
*
* stdio-common/vfprintf.c (vfprintf): Correct overflow test.
Ulrich Drepper
2008-03-30
1
-1
/
+2
*
[BZ #5424, BZ #5428, BZ #5451]
Ulrich Drepper
2007-12-10
1
-9
/
+23
*
* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
Ulrich Drepper
2007-11-06
1
-6
/
+12
*
* stdio-common/printf-parse.h: Include string.h and wchar.h.
Ulrich Drepper
2007-10-10
1
-12
/
+3
*
* nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
Ulrich Drepper
2007-07-28
1
-1
/
+1
*
[BZ #4514]
Ulrich Drepper
2007-05-21
1
-4
/
+7
*
* stdio-common/vfprintf.c (process_string_arg): Optimize
Ulrich Drepper
2007-05-07
1
-2
/
+3
*
* stdio-common/vfprintf.c (process_string_arg): Adjust call to
Ulrich Drepper
2007-05-05
1
-2
/
+2
*
* stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
Ulrich Drepper
2007-05-02
1
-1
/
+2
*
[BZ #4438]
Ulrich Drepper
2007-05-01
1
-9
/
+15
*
* elf/dl-open.c (dl_open_worker): Declare l in 2 different
cvs/fedora-glibc-20070317T2130
Ulrich Drepper
2007-03-17
1
-1
/
+2
[next]