4999 Commits (fde29c04adbab9d5b081bf6717b5458188647f1c)
 

Author SHA1 Message Date
Rich Felker 725e17ed6d remove non-prototype declaration of basename from string.h 3 years ago
Violet Purcell 6be76895f6 elf.h: add typedefs for Elf64_Relr and Elf32_Relr 3 years ago
Rich Felker 79bdacff83 glob: fix wrong return code when aborting before any matches 3 years ago
наб 7291c6c66a statvfs: allocate spare for f_type 3 years ago
Szabolcs Nagy 39e43f0881 math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small) 3 years ago
Szabolcs Nagy 6d10102709 math: fix ld80 acoshl(x) for x < 0 3 years ago
Rich Felker 83b858f83b fix rejection of dns responses with pointers past 512 byte offset 3 years ago
Rich Felker a4ecaf89a9 dns stub resolver: increase buffer size to handle chained CNAMEs 3 years ago
Rich Felker 40834f6c1e printf core: fix gratuitous integer formatting buffer size 3 years ago
Rich Felker 3a23cd06b0 all printf variants: fix argument type handling for %c and %lc 3 years ago
Rich Felker fa4a8abd06 fix public clone function to be safe and usable by applications 3 years ago
Rich Felker 0c277ff156 fix broken thread list unlocking after fork 3 years ago
Alexey Izbyshev 4653b98711 mbrtowc: Fix wrong return value when n > UINT_MAX 3 years ago
Rich Felker b90841e258 configure: replace -Os with equivalent based on -O2 3 years ago
Rich Felker 718f363bc2 move fallocate64 declaration under _LARGEFILE64_SOURCE feature test 3 years ago
Rich Felker f5f55d6589 release 1.2.4 3 years ago
Rich Felker b928c7234f fix return value of wmemcmp for extreme wchar_t values 3 years ago
Gabriel Ravier 4724793f96 fix wide printf numbered argument buffer overflow 3 years ago
Alexey Izbyshev c1b42c4a3a wait4: fix missing rusage on x32 due to wrong success condition 3 years ago
Alexey Izbyshev 9b12982d52 semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32 3 years ago
Alexey Izbyshev 6d322159c6 getopt: fix null pointer arithmetic ub 3 years ago
Alexey Izbyshev 35e9831156 nftw: fix use of uninitialized struct stat 3 years ago
Rich Felker 7c41047285 fix inadvertently static local var in dynlink get_lfs64 3 years ago
Alexey Kodanev 77327ed064 dns: check length field in tcp response message 3 years ago
Rich Felker 1d5750b95c fix swprintf handling of nul character in output 3 years ago
Rich Felker 0e5234807d in printf, use ferror macro rather than directly inspecting flags bit 3 years ago
Rich Felker 868c964300 remove wide printf dependency on ugly hack in vfprintf 3 years ago
Rich Felker 3a051769c4 fix (normal, narrow) printf erroneously processing %n after output errors 3 years ago
Rich Felker 0440ed69ea fix wide printf continuation after output or encoding errors 3 years ago
Rich Felker d055e6a45a fix wide printf forms ignoring width for %lc format specifier 3 years ago
Rich Felker b6811019e6 poll: fix misuse of timespec type on 32-bit archs without poll syscall 3 years ago
Alexey Izbyshev 8949da7ab1 select: fix 64-bit timeout truncation on pre-time64 kernels 3 years ago
Rich Felker 3281047cfc dup3: don't set FD_CLOEXEC on failure on kernels without dup3 syscall 3 years ago
Rich Felker c99b7daafd fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscall 3 years ago
Rich Felker fb7fb5e4bd fix pipe2 silently ignoring unknown flags on old kernels 3 years ago
Alexey Izbyshev b1dfb734a4 getservbyport_r: fix wrong result if getnameinfo fails with EAI_OVERFLOW 3 years ago
Alexey Izbyshev 595416b11d getservbyport_r: fix out-of-bounds buffer read 3 years ago
Alexey Izbyshev 1a708ece1a getifaddrs: fix UB via taking address of null pointer union dereference 3 years ago
Alexey Izbyshev c499c1084e accept4: don't fall back to accept if we got unknown flags 3 years ago
Alexey Izbyshev 523d9b965d fix potential read past end of buffer in getnameinfo host name lookup 3 years ago
Alexey Izbyshev d0b7f9768d dns: fix workaround for systems defaulting to ipv6-only sockets 3 years ago
Alexey Izbyshev bec42ef393 dns: handle early eof in tcp fallback 3 years ago
Alexey Izbyshev 9b132e5567 prevent CNAME/PTR parsing from reading data past the response end 3 years ago
Alexey Izbyshev 12590c8bbd fix out-of-bounds reads in __dns_parse 3 years ago
Rich Felker bc695a5ac1 fix incorrect unit for CPU_SETSIZE macro 3 years ago
A. Wilcox 7d756e1c04 dns: prefer monotonic clock for timeouts 3 years ago
Gabriel Ravier 07616721f1 fix return value of wcs{,n}cmp for extreme wchar_t values 3 years ago
Szabolcs Nagy 35fdfe62a4 math: fix undefined shift in logf 3 years ago
Alexey Izbyshev 7e13e5ae69 inet_pton: fix uninitialized memory use for IPv4-mapped IPv6 addresses 3 years ago
Szabolcs Nagy 7e6da7ac98 hsearch: fix null pointer arithmetic UB 3 years ago