4811 Commits (c499c1084eaccd83e4b6e60883a5d92df0202c5e)
 

Author SHA1 Message Date
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
Colin Cross f79b973d92 increase sendmsg internal buffer to support SCM_MAX_FD 3 years ago
Rich Felker 0ab97350f0 mq_notify: block all (application) signals in the worker thread 3 years ago
Rich Felker 711673ee77 mq_notify: join worker thread before returning in error path 3 years ago
Rich Felker 8c0c9c69a1 mq_notify: rework to fix use-after-close/double-close bugs 3 years ago
Rich Felker fde6891e59 mq_notify: use semaphore instead of barrier to sync args consumption 3 years ago
Rich Felker c3cd04fa5f fix pthread_detach inadvertently acting as cancellation point in race case 3 years ago
Rich Felker 115149c023 powerpc-sf longjmp clobbering of val argument 3 years ago
Pedro Falcato 5763f003a5 riscv64: add vfork 3 years ago
Rich Felker 269d193820 fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 3 years ago
Rich Felker ea3b40a321 fix integer overflow in WIFSTOPPED macro 3 years ago
Rich Felker f897461d4f fix debugger tracking of shared libraries on mips with PIE main program 3 years ago
Rich Felker a4b0a665b8 expose memmem under baseline POSIX feature profile 3 years ago
Rich Felker 9532ae1318 use libc-internal malloc for pthread_atfork 3 years ago
Markus Wichmann 7d358599d4 prevent invalid reads of nl_arg in printf_core 4 years ago
Fangrui Song c5f4b2dfea elf.h: add ELFCOMPRESS_ZSTD 4 years ago
Rich Felker 159d1f6c02 semaphores: fix missed wakes from ABA bug in waiter count logic 3 years ago
Rich Felker f47a8cdd25 ldso: fix invalid early references to extern-linkage libc.page_size 4 years ago
Alexey Izbyshev 377218cb96 pthread_atfork: fix return value on malloc failure 4 years ago
Rich Felker 29e4319178 fix double-processing of DT_RELR relocations in ldso relocating itself 4 years ago
Rich Felker b50eb8c36c fix strverscmp comparison of digit sequence with non-digits 4 years ago
Rich Felker ad5dcd398b fix async thread cancellation stack alignment 4 years ago
Rich Felker 8f9259450a fix return value of gethostby{name[2],addr} with no result but no error 4 years ago
Rich Felker 63402be229 clean up dns_parse_callback 4 years ago
Rich Felker 0a7b4323b0 dns response handling: don't treat too many addresses as an error 4 years ago
Rich Felker 41603c7706 dns response handling: ignore presence of wrong-type RRs 4 years ago
Rich Felker cf76df0e1f fix missing synchronization of pthread TSD keys with MT-fork 4 years ago
Rich Felker 5ff3eea91f fgets: avoid arithmetic overflow when n==INT_MIN is passed 4 years ago
Rich Felker d8f35e29d0 fix AS-safety of close when aio is in use and fd map is expanded 4 years ago
Alexey Izbyshev 26c76a908b fix use of uninitialized dummy_fut in aio_suspend 4 years ago
Rich Felker aebd6a3644 fix potential deadlock between multithreaded fork and aio 4 years ago
Rich Felker d64148a874 fix potential unsynchronized access to killlock state at thread exit 4 years ago
Rich Felker 36b72cd6fd fix potential deadlock in dlerror buffer handling at thread exit 4 years ago
Rich Felker 833a469167 configure: disable TBAA optimization because most compilers are buggy 4 years ago
Rich Felker e6e8213244 disable MADV_FREE usage in mallocng 4 years ago
Rich Felker 25e6fee27f remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE 4 years ago
Rich Felker 246f1c8114 remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
Rich Felker dec8f0a4fa dns query core: detect udp truncation at recv time 4 years ago
Rich Felker 8c408937da getaddrinfo dns lookup: use larger answer buffer to handle long CNAMEs 4 years ago