aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-16mntent: fields are delimited only by tabs or spaces, not general whitespaceRich Felker
2023-11-16mntent: unescape octal sequencesq66
2023-11-06ldso: fix TLSDESC addend processing on archs with backwards descriptorsRich Felker
2023-11-06ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logicRich Felker
2023-11-06byte-based printf family: emit a nul byte for %lc with argument zeroRich Felker
2023-11-06remove arbitrary limit from dns result parsingQuentin Rameau
2023-11-06pass AT_NO_AUTOMOUNT when emulating fstatat via statxAlexey Izbyshev
2023-11-06__year_to_secs: fix dangling pointerAlex Xu (Hello71)
2023-11-06timer_create: volatile static -> static volatileAlex Xu (Hello71)
2023-11-06ensure valid setxid return value in an unexpected error caseMarkus Wichmann
2023-11-06synccall: add separate exit_sem to fix thread release logic bugMarkus Wichmann
2023-11-06ldso: use __ehdr_start if available to locate its own ELF headersRich Felker
2023-11-06remove non-prototype declaration of basename from string.hRich Felker
2023-11-06elf.h: add typedefs for Elf64_Relr and Elf32_RelrViolet Purcell
2023-08-24glob: fix wrong return code when aborting before any matchesRich Felker
2023-08-19statvfs: allocate spare for f_typeнаб
2023-08-19math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)Szabolcs Nagy
2023-08-19math: fix ld80 acoshl(x) for x < 0Szabolcs Nagy
2023-07-17fix rejection of dns responses with pointers past 512 byte offsetRich Felker
2023-07-04dns stub resolver: increase buffer size to handle chained CNAMEsRich Felker
2023-06-12printf core: fix gratuitous integer formatting buffer sizeRich Felker
2023-06-12all printf variants: fix argument type handling for %c and %lcRich Felker
2023-06-01fix public clone function to be safe and usable by applicationsRich Felker
2023-06-01fix broken thread list unlocking after forkRich Felker
2023-05-26mbrtowc: Fix wrong return value when n > UINT_MAXAlexey Izbyshev
2023-05-21configure: replace -Os with equivalent based on -O2Rich Felker
2023-05-02move fallocate64 declaration under _LARGEFILE64_SOURCE feature testRich Felker
2023-05-01release 1.2.4v1.2.4Rich Felker
2023-04-24fix return value of wmemcmp for extreme wchar_t valuesRich Felker
2023-04-14fix wide printf numbered argument buffer overflowGabriel Ravier
2023-04-11wait4: fix missing rusage on x32 due to wrong success conditionAlexey Izbyshev
2023-04-11semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32Alexey Izbyshev
2023-04-11getopt: fix null pointer arithmetic ubAlexey Izbyshev
2023-04-11nftw: fix use of uninitialized struct statAlexey Izbyshev
2023-04-11fix inadvertently static local var in dynlink get_lfs64Rich Felker
2023-04-07dns: check length field in tcp response messageAlexey Kodanev
2023-03-22fix swprintf handling of nul character in outputRich Felker
2023-03-21in printf, use ferror macro rather than directly inspecting flags bitRich Felker
2023-03-21remove wide printf dependency on ugly hack in vfprintfRich Felker
2023-03-21fix (normal, narrow) printf erroneously processing %n after output errorsRich Felker
2023-03-21fix wide printf continuation after output or encoding errorsRich Felker
2023-03-20fix wide printf forms ignoring width for %lc format specifierRich Felker
2023-03-03poll: fix misuse of timespec type on 32-bit archs without poll syscallRich Felker
2023-03-02select: fix 64-bit timeout truncation on pre-time64 kernelsAlexey Izbyshev
2023-02-28dup3: don't set FD_CLOEXEC on failure on kernels without dup3 syscallRich Felker
2023-02-28fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscallRich Felker
2023-02-28fix pipe2 silently ignoring unknown flags on old kernelsRich Felker
2023-02-28getservbyport_r: fix wrong result if getnameinfo fails with EAI_OVERFLOWAlexey Izbyshev
2023-02-28getservbyport_r: fix out-of-bounds buffer readAlexey Izbyshev
2023-02-28getifaddrs: fix UB via taking address of null pointer union dereferenceAlexey Izbyshev