musl
2023-07-17 Rich Felkerfix rejection of dns responses with pointers past 512... review
2023-07-05 Rich Felkerdns stub resolver: increase buffer size to handle chain...
2023-06-13 Rich Felkerprintf core: fix gratuitous integer formatting buffer...
2023-06-12 Rich Felkerall printf variants: fix argument type handling for...
2023-06-01 Rich Felkerfix public clone function to be safe and usable by...
2023-06-01 Rich Felkerfix broken thread list unlocking after fork
2023-05-26 Alexey Izbyshevmbrtowc: Fix wrong return value when n > UINT_MAX
2023-05-21 Rich Felkerconfigure: replace -Os with equivalent based on -O2
2023-05-02 Rich Felkermove fallocate64 declaration under _LARGEFILE64_SOURCE...
2023-05-02 Rich Felkerrelease 1.2.4
2023-04-24 Rich Felkerfix return value of wmemcmp for extreme wchar_t values
2023-04-14 Gabriel Ravierfix wide printf numbered argument buffer overflow
2023-04-11 Alexey Izbyshevwait4: fix missing rusage on x32 due to wrong success...
2023-04-11 Alexey Izbyshevsemtimedop: fix timespec kernel ABI mismatch for 32...
2023-04-11 Alexey Izbyshevgetopt: fix null pointer arithmetic ub
2023-04-11 Alexey Izbyshevnftw: fix use of uninitialized struct stat
2023-04-11 Rich Felkerfix inadvertently static local var in dynlink get_lfs64
2023-04-08 Alexey Kodanevdns: check length field in tcp response message
2023-03-22 Rich Felkerfix swprintf handling of nul character in output
2023-03-21 Rich Felkerin printf, use ferror macro rather than directly inspec...
2023-03-21 Rich Felkerremove wide printf dependency on ugly hack in vfprintf
2023-03-21 Rich Felkerfix (normal, narrow) printf erroneously processing...
2023-03-21 Rich Felkerfix wide printf continuation after output or encoding...
2023-03-20 Rich Felkerfix wide printf forms ignoring width for %lc format...
2023-03-03 Rich Felkerpoll: fix misuse of timespec type on 32-bit archs witho...
2023-03-03 Alexey Izbyshevselect: fix 64-bit timeout truncation on pre-time64...
2023-02-28 Rich Felkerdup3: don't set FD_CLOEXEC on failure on kernels withou...
2023-02-28 Rich Felkerfix dup3 ignoring all flags but O_CLOEXEC on archs...
2023-02-28 Rich Felkerfix pipe2 silently ignoring unknown flags on old kernels
2023-02-28 Alexey Izbyshevgetservbyport_r: fix wrong result if getnameinfo fails...
2023-02-28 Alexey Izbyshevgetservbyport_r: fix out-of-bounds buffer read
2023-02-28 Alexey Izbyshevgetifaddrs: fix UB via taking address of null pointer...
2023-02-28 Alexey Izbyshevaccept4: don't fall back to accept if we got unknown...
2023-02-27 Alexey Izbyshevfix potential read past end of buffer in getnameinfo...
2023-02-27 Alexey Izbyshevdns: fix workaround for systems defaulting to ipv6...
2023-02-27 Alexey Izbyshevdns: handle early eof in tcp fallback
2023-02-27 Alexey Izbyshevprevent CNAME/PTR parsing from reading data past the...
2023-02-27 Alexey Izbyshevfix out-of-bounds reads in __dns_parse
2023-02-23 Rich Felkerfix incorrect unit for CPU_SETSIZE macro
2023-02-12 A. Wilcoxdns: prefer monotonic clock for timeouts
2023-02-12 Gabriel Ravierfix return value of wcs{,n}cmp for extreme wchar_t...
2023-02-12 Szabolcs Nagymath: fix undefined shift in logf
2023-02-12 Alexey Izbyshevinet_pton: fix uninitialized memory use for IPv4-mapped...
2023-02-12 Szabolcs Nagyhsearch: fix null pointer arithmetic UB
2023-02-12 Colin Crossincrease sendmsg internal buffer to support SCM_MAX_FD
2023-02-12 Rich Felkermq_notify: block all (application) signals in the worke...
2023-02-12 Rich Felkermq_notify: join worker thread before returning in error...
2023-02-12 Rich Felkermq_notify: rework to fix use-after-close/double-close...
2023-02-11 Rich Felkermq_notify: use semaphore instead of barrier to sync...
2023-02-11 Rich Felkerfix pthread_detach inadvertently acting as cancellation...
2023-02-11 Rich Felkerpowerpc-sf longjmp clobbering of val argument
2023-02-09 Pedro Falcatoriscv64: add vfork
2023-02-09 Rich Felkerfix wrong sigaction syscall ABI on mips*, or1k, microbl...
2023-02-08 Rich Felkerfix integer overflow in WIFSTOPPED macro
2023-01-18 Rich Felkerfix debugger tracking of shared libraries on mips with...
2023-01-06 Rich Felkerexpose memmem under baseline POSIX feature profile
2022-12-17 Rich Felkeruse libc-internal malloc for pthread_atfork
2022-12-14 Markus Wichmannprevent invalid reads of nl_arg in printf_core
2022-12-14 Fangrui Songelf.h: add ELFCOMPRESS_ZSTD
2022-12-13 Rich Felkersemaphores: fix missed wakes from ABA bug in waiter...
2022-12-01 Rich Felkerldso: fix invalid early references to extern-linkage...
2022-11-12 Alexey Izbyshevpthread_atfork: fix return value on malloc failure
2022-11-10 Rich Felkerfix double-processing of DT_RELR relocations in ldso...
2022-11-08 Rich Felkerfix strverscmp comparison of digit sequence with non...
2022-11-05 Rich Felkerfix async thread cancellation stack alignment
2022-10-20 Rich Felkerfix return value of gethostby{name[2],addr} with no...
2022-10-19 Rich Felkerclean up dns_parse_callback
2022-10-19 Rich Felkerdns response handling: don't treat too many addresses...
2022-10-19 Rich Felkerdns response handling: ignore presence of wrong-type RRs
2022-10-19 Rich Felkerfix missing synchronization of pthread TSD keys with...
2022-10-19 Rich Felkerfgets: avoid arithmetic overflow when n==INT_MIN is...
2022-10-19 Rich Felkerfix AS-safety of close when aio is in use and fd map...
2022-10-19 Alexey Izbyshevfix use of uninitialized dummy_fut in aio_suspend
2022-10-19 Rich Felkerfix potential deadlock between multithreaded fork and aio
2022-10-19 Rich Felkerfix potential unsynchronized access to killlock state...
2022-10-19 Rich Felkerfix potential deadlock in dlerror buffer handling at...
2022-10-19 Rich Felkerconfigure: disable TBAA optimization because most compi...
2022-10-19 Rich Felkerdisable MADV_FREE usage in mallocng
2022-10-19 Rich Felkerremove LFS64 programming interfaces (macro-only) from...
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2022-10-19 Rich Felkerdns query core: detect udp truncation at recv time
2022-10-19 Rich Felkergetaddrinfo dns lookup: use larger answer buffer to...
2022-09-22 Rich Felkerarpa/nameser.h: update RR types list
2022-09-22 Rich Felkerdns: implement tcp fallback in __res_msend query core
2022-09-22 Rich Felkerres_send: use a temp buffer if caller's buffer is under...
2022-09-21 Rich Felkeradapt res_msend DNS query core for working with multipl...
2022-09-20 Rich Felkergetaddrinfo: add EAI_NODATA error code to distinguish...
2022-09-19 Rich Felkerfix error cases in gethostbyaddr_r
2022-09-19 Rich Felkerremove impossible error case from gethostbyname2_r
2022-09-19 Rich Felkerfix return value of gethostnbyname[2]_r on result not...
2022-09-19 Rich Felkerdns: treat names rejected by res_mkquery as nonexistent...
2022-09-19 Rich Felkerres_mkquery: error out on consecutive final dots in...
2022-09-19 Alexey Izbyshevfix thread leak on timer_create(SIGEV_THREAD) failure
2022-09-19 Rich Felkerre-enable vdso clock_gettime on arm (32-bit) with worka...
2022-09-12 Rich Felkerprocess DT_RELR relocations in ldso-startup/static-pie
2022-09-07 Rich Felkerfix fwprintf missing output to open_wmemstream FILEs
2022-08-26 Rich Felkerdns: fail if ipv6 is disabled and resolv.conf has only...
2022-08-26 Rich Felkeruse kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_...
2022-08-26 Rich Felkeradd sysconf keys/values for signal stack size
2022-08-25 Rich Felkerfix fallback when ipv6 is disabled but resolv.conf...
next