aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-03-30regex: fix character class repetitionsSzabolcs Nagy1-0/+5
2015-03-30fix internal buffer overrun in inet_ptonRich Felker1-2/+3
2015-03-30fix regcomp handling of backslash followed by high byteRich Felker1-4/+1
2015-03-30fix signed left-shift overflow in pthread_condattr_setpsharedRich Felker1-1/+1
2015-03-30fix init race that could lead to deadlock in malloc init codeRich Felker1-39/+14
2015-03-30avoid malloc failure for small requests when brk can't be extendedRich Felker1-1/+23
2015-03-30fix bad character checking in wordexpRich Felker1-0/+1
2015-03-30fix fesetenv(FE_DFL_ENV) on mipsSzabolcs Nagy1-1/+3
2015-03-30fix failure of fchmodat to report EOPNOTSUPP in the race pathRich Felker1-2/+5
2015-03-30fix fd leak race (missing O_CLOEXEC) in fchmodatRich Felker1-1/+1
2015-03-30fix erroneous return of partial username matches by getspnam[_r]Rich Felker1-1/+1
2015-03-30check for connect failure in syslog log openingRich Felker1-2/+6
2015-03-30correctly handle write errors encountered by printf-family functionsRich Felker2-2/+12
2015-03-30fix return value of pthread_getaffinity_np and pthread_setaffinity_npRich Felker1-8/+11
2015-03-30fix uninitialized output from sched_getaffinityRich Felker1-1/+5
2015-03-30adapt dynamic linker for new binutils versions that omit DT_RPATHRich Felker1-0/+2
2015-03-30fix behavior of printf with alt-form octal, zero precision, zero valueRich Felker1-1/+1
2015-03-30math: fix x86_64 and x32 asm not to use sahf instructionSzabolcs Nagy6-28/+14
2015-03-30fix uninitialized mode variable in openat functionRich Felker1-1/+1
2015-03-30fix invalid access by openat to possibly-missing variadic mode argumentRich Felker1-4/+8
2015-03-30fix missing barrier in pthread_once/call_once shortcut pathRich Felker1-2/+7
2015-03-30fix handling of negative offsets in timezone spec stringsRich Felker1-10/+7
2015-03-30fix handling of odd lengths in swab functionRich Felker1-1/+1
2015-03-30fix incorrect sequence generation in *rand48 prng functionsRich Felker1-2/+2
2015-03-30fix overflow corner case in strtoul-family functionsRich Felker1-0/+1
2015-03-30fix memory leak in regexec when input contains illegal sequenceSzabolcs Nagy1-5/+6
2015-03-30fix off-by-one in bounds check in fpathconfRich Felker1-1/+1
2015-03-30fix multiple stdio functions' behavior on zero-length operationsRich Felker4-9/+7
2015-03-30suppress null termination when fgets reads EOF with no dataRich Felker1-1/+1
2015-03-30fix dn_expand empty name handling and offsets to 0Szabolcs Nagy1-6/+9
2015-03-30fix use of uninitialized memory with application-provided thread stacksRich Felker1-0/+2
2014-07-28add missing yes/no strings to nl_langinfoRich Felker1-2/+2
2014-07-28fix nl_langinfo table for LC_TIME era-related itemsRich Felker1-1/+2
2014-07-28fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker1-0/+1
2014-07-28work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker7-9/+9
2014-07-28simplify __stdio_exit static linking logicRich Felker4-16/+12
2014-07-28fix the %m specifier in syslogClément Vasseur1-0/+3
2014-07-28make dynamic linker accept colon as a separator for LD_PRELOADRich Felker1-2/+2
2014-07-28fix typo in microblaze setjmp asmRich Felker1-1/+1
2014-07-28fix multiple issues in legacy function getpassRich Felker1-5/+6
2014-07-28fix failure of wide printf/scanf functions to set wide orientationRich Felker2-0/+3
2014-07-28fix incorrect return value for fwide functionRich Felker1-1/+2
2014-07-28fix aliasing violations in mbtowc and mbrtowcRich Felker2-2/+4
2014-07-28fix incorrect comparison loop condition in memmemRich Felker1-2/+2
2014-07-28fix missing argument to syscall in fanotify_markClément Vasseur1-1/+1
2014-07-28prepare pthread_create.c for cherry-picking from masterRich Felker1-0/+2
2014-07-28fix gethostby*_r result pointer value on errorRich Felker2-0/+4
2014-06-06fix multiple validation issues in dns response label parsingSzabolcs Nagy1-4/+6
2014-06-06remove some dummy "ent" function aliases that duplicated real onesRich Felker1-8/+0
2014-06-06fix if_nametoindex return value when interface does not existRich Felker1-1/+1