summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
6 daysfnmatch: fix FNM_PERIOD failure of escaped '.' to match leading '.'HEADmasterRich Felker-1/+1
10 daysasprintf: always clear the result pointer on failureRich Felker-0/+1
11 daysfix printf handling of indirect (asterisk) field width of INT_MINRich Felker-0/+2
2026-09-10vfwscanf: consistently use MB_LEN_MAX instead of magic number 4Rich Felker-1/+1
2026-09-10stdio: reserve multibyte space in allocated vfwscanf %c conversionsMatthias Goergens-0/+1
2026-09-10vf[w]scanf: fix integer overflow in %mlc allocation with large widthRich Felker-0/+4
2026-09-09wordexp: clear positional parametersSzabolcs Nagy-1/+1
2026-09-09wordexp: fix stderr redirectionSzabolcs Nagy-3/+11
2026-09-09fix undefined pointer arithmetic in wcsrchrMatthias Goergens-2/+6
2026-09-09mntent: avoid undefined behavior on long linesMatthias Goergens-2/+2
2026-09-09math: fmaf rewriteSzabolcs Nagy-94/+22
2026-09-09math: fix fmaf subnormal double roundingSzabolcs Nagy-2/+12
2026-09-09time: fix TZif version parsingMatthias Goergens-1/+1
2026-09-08scandir: remove unused headerLuca Kellermann-1/+0
2026-09-08scandir: fix qsort usageLuca Kellermann-1/+9
2026-09-08scandir: report ENOMEM and EOVERFLOWLuca Kellermann-1/+9
2026-09-08scandir: disable cancellation around cancellation pointsLuca Kellermann-0/+13
2026-09-08scandir: don't examine errno after closedir()Luca Kellermann-1/+7
2026-09-08scandir: hide that errno is set to 0Luca Kellermann-1/+6
2026-09-08catgets: accept (nl_catd)-1 catalog descriptorIsmael Luceno-0/+4
2026-09-08sprintf: fix one byte truncation when producing string of length INT_MAXLuca Kellermann-1/+1
2026-09-08math: fix expl on x86Szabolcs Nagy-15/+15
2026-09-07math: fix powl(x<0,oddint) for some over/underflow casesSzabolcs Nagy-2/+2
2026-09-07wordexp: free word on vector allocation failureMatthias Goergens-1/+4
2026-09-07powerpc: set up a proper stack frame in the parent thread in clone()Alex Rønne Petersen-4/+5
2026-09-07x32: clone: fix read of stack slot containing ctidAlex Rønne Petersen-1/+1
2026-09-07fix integer overflow in gai_strerror, hstrerror and regerrorLuca Kellermann-3/+6
2026-09-07dns: Avoid division-by-zero when zero attempts is specified in resolv.confYao Zi-2/+4
2026-09-06fix build regression in clock_nanosleep on 64-bit archsRich Felker-1/+1
2026-08-17clock_nanosleep: don't assume nanosleep syscall existsRich Felker-2/+11
2026-08-14ftello: report overflow in buffered stream positionMatthias Goergens-1/+6
2026-08-14fseeko: avoid overflow adjusting relative seek offsetMatthias Goergens-1/+8
2026-08-05time: avoid overflow normalizing extreme tm_mdayMatthias Goergens-1/+1
2026-08-05stdio: avoid invalid pointer arithmetic in fputwcMatthias Goergens-1/+1
2026-08-05math: make acoshf consistent with acoshSzabolcs Nagy-4/+5
2026-08-05math: fix acosh for x<0Szabolcs Nagy-6/+7
2026-07-28fix toctou race in popen children's closing of other popen pipesRich Felker-4/+4
2026-06-12fix linkage namespace violations in mallocngRich Felker-0/+2
2026-06-04math: include missing float.h in logblSzabolcs Nagy-0/+1
2026-05-21fix rounding of hex floats in strtod/scanf on ld64 and ld128 archsRich Felker-1/+1
2026-05-12mallocng: fix handling of allocations with extreme alignmentRich Felker-1/+2
2026-05-05fix fmemopen write-mode streams clobbering final byte with nullRich Felker-1/+0
2026-05-05fix failure to report write error (ENOSPC) on fmemopen streamsRich Felker-1/+6
2026-04-10qsort: fix shift UB in shl and shrLuca Kellermann-0/+2
2026-04-09qsort: hard-preclude oob array writes independent of any invariantsRich Felker-7/+13
2026-04-09qsort: fix leonardo heap corruption from bug in doubleword ctz primitiveRich Felker-4/+4
2026-04-09adjust iswalnum to admit tail call to iswalphaRich Felker-1/+2
2026-04-02fix pathological slowness & incorrect mappings in iconv gb18030 decoderRich Felker-9/+230
2026-03-30regex: reject invalid \digit back reference in BRESzabolcs Nagy-0/+6
2026-03-30fix incorrect access to tzname[] by strptime %Z conversion specifierRich Felker-10/+23