summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-30fix handling of odd lengths in swab functionRich Felker-1/+1
2015-03-30fix incorrect sequence generation in *rand48 prng functionsRich Felker-2/+2
2015-03-30fix overflow corner case in strtoul-family functionsRich Felker-0/+1
2015-03-30fix memory leak in regexec when input contains illegal sequenceSzabolcs Nagy-5/+6
2015-03-30fix off-by-one in bounds check in fpathconfRich Felker-1/+1
2015-03-30fix multiple stdio functions' behavior on zero-length operationsRich Felker-9/+7
2015-03-30suppress null termination when fgets reads EOF with no dataRich Felker-1/+1
2015-03-30fix dn_expand empty name handling and offsets to 0Szabolcs Nagy-6/+9
2015-03-30fix use of uninitialized memory with application-provided thread stacksRich Felker-0/+2
2014-07-28add missing yes/no strings to nl_langinfoRich Felker-2/+2
2014-07-28fix nl_langinfo table for LC_TIME era-related itemsRich Felker-1/+2
2014-07-28fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker-0/+1
2014-07-28work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker-9/+9
2014-07-28simplify __stdio_exit static linking logicRich Felker-16/+12
2014-07-28fix the %m specifier in syslogClément Vasseur-0/+3
2014-07-28make dynamic linker accept colon as a separator for LD_PRELOADRich Felker-2/+2
2014-07-28fix typo in microblaze setjmp asmRich Felker-1/+1
2014-07-28fix multiple issues in legacy function getpassRich Felker-5/+6
2014-07-28fix failure of wide printf/scanf functions to set wide orientationRich Felker-0/+3
2014-07-28fix incorrect return value for fwide functionRich Felker-1/+2
2014-07-28fix aliasing violations in mbtowc and mbrtowcRich Felker-2/+4
2014-07-28fix incorrect comparison loop condition in memmemRich Felker-2/+2
2014-07-28fix missing argument to syscall in fanotify_markClément Vasseur-1/+1
2014-07-28prepare pthread_create.c for cherry-picking from masterRich Felker-0/+2
2014-07-28fix gethostby*_r result pointer value on errorRich Felker-0/+4
2014-06-06fix multiple validation issues in dns response label parsingSzabolcs Nagy-4/+6
2014-06-06remove some dummy "ent" function aliases that duplicated real onesRich Felker-8/+0
2014-06-06fix if_nametoindex return value when interface does not existRich Felker-1/+1
2014-06-06fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker-7/+15
2014-06-06fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy-3/+38
2014-06-06fix sendfile syscall to use 64-bit off_tRich Felker-0/+5
2014-05-20fix unhandled cases in strptimeRich Felker-5/+16
2014-05-20fix strftime %s not to zero pad with default width=2Szabolcs Nagy-0/+1
2014-05-20remove useless __yield alias for sched_yieldRich Felker-4/+1
2014-05-20perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker-0/+5
2014-05-20fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker-3/+3
2014-04-16fix deadlock race in pthread_onceRich Felker-2/+1
2014-04-16fix fallback code for old kernels in clock_gettimeRich Felker-1/+1
2014-04-16use hidden visibility rather than protected for syscall internalsRich Felker-1/+1
2014-04-16math: fix aliasing violation in long double wrappersSzabolcs Nagy-2/+10
2014-04-16fix search past the end of haystack in memmemTimo Teräs-0/+1
2014-04-16fix printf rounding with %g for some corner case midpointsRich Felker-1/+1
2014-04-16fix failure of printf %g to strip trailing zeros in some casesRich Felker-1/+1
2014-04-16fix carry into uninitialized slots during printf floating point roundingRich Felker-1/+1
2014-04-16fix confstr return valueTimo Teräs-1/+1
2014-04-16include header that declares __syscall_ret where it's definedRich Felker-0/+1
2014-03-18fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker-1/+1
2014-03-18use syscall_arg_t for arguments in public syscall() functionRich Felker-7/+7
2014-03-17fix negated error codes from ptsname_rRich Felker-1/+1
2014-03-13semctl: fix UB causing crashes on powerpcrofl0r-4/+8