index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-02-27
prevent CNAME/PTR parsing from reading data past the response end
Alexey Izbyshev
-7
/
+7
2023-02-27
fix out-of-bounds reads in __dns_parse
Alexey Izbyshev
-3
/
+3
2023-02-23
fix incorrect unit for CPU_SETSIZE macro
Rich Felker
-1
/
+1
2023-02-12
dns: prefer monotonic clock for timeouts
A. Wilcox
-1
/
+2
2023-02-12
fix return value of wcs{,n}cmp for extreme wchar_t values
Gabriel Ravier
-2
/
+2
2023-02-12
math: fix undefined shift in logf
Szabolcs Nagy
-1
/
+1
2023-02-12
inet_pton: fix uninitialized memory use for IPv4-mapped IPv6 addresses
Alexey Izbyshev
-0
/
+1
2023-02-12
hsearch: fix null pointer arithmetic UB
Szabolcs Nagy
-2
/
+2
2023-02-12
increase sendmsg internal buffer to support SCM_MAX_FD
Colin Cross
-2
/
+5
2023-02-12
mq_notify: block all (application) signals in the worker thread
Rich Felker
-0
/
+5
2023-02-12
mq_notify: join worker thread before returning in error path
Rich Felker
-2
/
+5
2023-02-12
mq_notify: rework to fix use-after-close/double-close bugs
Rich Felker
-8
/
+15
2023-02-11
mq_notify: use semaphore instead of barrier to sync args consumption
Rich Felker
-5
/
+9
2023-02-11
fix pthread_detach inadvertently acting as cancellation point in race case
Rich Felker
-2
/
+6
2023-02-11
powerpc-sf longjmp clobbering of val argument
Rich Felker
-4
/
+4
2023-02-09
riscv64: add vfork
Pedro Falcato
-0
/
+12
2023-02-09
fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64
Rich Felker
-50
/
+12
2023-02-08
fix integer overflow in WIFSTOPPED macro
Rich Felker
-2
/
+2
2023-01-18
fix debugger tracking of shared libraries on mips with PIE main program
Rich Felker
-0
/
+11
2023-01-06
expose memmem under baseline POSIX feature profile
Rich Felker
-1
/
+1
2022-12-17
use libc-internal malloc for pthread_atfork
Rich Felker
-0
/
+5
2022-12-14
prevent invalid reads of nl_arg in printf_core
Markus Wichmann
-6
/
+8
2022-12-14
elf.h: add ELFCOMPRESS_ZSTD
Fangrui Song
-0
/
+1
2022-12-13
semaphores: fix missed wakes from ABA bug in waiter count logic
Rich Felker
-12
/
+19
2022-11-30
ldso: fix invalid early references to extern-linkage libc.page_size
Rich Felker
-1
/
+8
2022-11-12
pthread_atfork: fix return value on malloc failure
Alexey Izbyshev
-1
/
+2
2022-11-10
fix double-processing of DT_RELR relocations in ldso relocating itself
Rich Felker
-0
/
+1
2022-11-07
fix strverscmp comparison of digit sequence with non-digits
Rich Felker
-3
/
+3
2022-11-05
fix async thread cancellation stack alignment
Rich Felker
-1
/
+6
2022-10-20
fix return value of gethostby{name[2],addr} with no result but no error
Rich Felker
-2
/
+2
2022-10-19
clean up dns_parse_callback
Rich Felker
-13
/
+13
2022-10-19
dns response handling: don't treat too many addresses as an error
Rich Felker
-1
/
+1
2022-10-19
dns response handling: ignore presence of wrong-type RRs
Rich Felker
-2
/
+8
2022-10-19
fix missing synchronization of pthread TSD keys with MT-fork
Rich Felker
-0
/
+12
2022-10-19
fgets: avoid arithmetic overflow when n==INT_MIN is passed
Rich Felker
-2
/
+3
2022-10-19
fix AS-safety of close when aio is in use and fd map is expanded
Rich Felker
-0
/
+6
2022-10-19
fix use of uninitialized dummy_fut in aio_suspend
Alexey Izbyshev
-1
/
+1
2022-10-19
fix potential deadlock between multithreaded fork and aio
Rich Felker
-4
/
+21
2022-10-19
fix potential unsynchronized access to killlock state at thread exit
Rich Felker
-6
/
+10
2022-10-19
fix potential deadlock in dlerror buffer handling at thread exit
Rich Felker
-19
/
+18
2022-10-19
configure: disable TBAA optimization because most compilers are buggy
Rich Felker
-0
/
+8
2022-10-19
disable MADV_FREE usage in mallocng
Rich Felker
-1
/
+3
2022-10-19
remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE
Rich Felker
-16
/
+16
2022-10-19
remove LFS64 symbol aliases; replace with dynamic linker remapping
Rich Felker
-135
/
+38
2022-10-19
dns query core: detect udp truncation at recv time
Rich Felker
-4
/
+13
2022-10-19
getaddrinfo dns lookup: use larger answer buffer to handle long CNAMEs
Rich Felker
-3
/
+5
2022-09-22
arpa/nameser.h: update RR types list
Rich Felker
-0
/
+71
2022-09-22
dns: implement tcp fallback in __res_msend query core
Rich Felker
-2
/
+117
2022-09-22
res_send: use a temp buffer if caller's buffer is under 512 bytes
Rich Felker
-1
/
+9
2022-09-21
adapt res_msend DNS query core for working with multiple sockets
Rich Felker
-6
/
+11
[next]