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-08-24
glob: fix wrong return code when aborting before any matches
HEAD
master
Rich Felker
-1
/
+1
2023-08-19
statvfs: allocate spare for f_type
наб
-1
/
+3
2023-08-19
math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)
Szabolcs Nagy
-13
/
+21
2023-08-19
math: fix ld80 acoshl(x) for x < 0
Szabolcs Nagy
-3
/
+7
2023-07-17
fix rejection of dns responses with pointers past 512 byte offset
Rich Felker
-2
/
+2
2023-07-04
dns stub resolver: increase buffer size to handle chained CNAMEs
Rich Felker
-1
/
+1
2023-06-12
printf core: fix gratuitous integer formatting buffer size
Rich Felker
-1
/
+1
2023-06-12
all printf variants: fix argument type handling for %c and %lc
Rich Felker
-4
/
+4
2023-06-01
fix public clone function to be safe and usable by applications
Rich Felker
-16
/
+68
2023-06-01
fix broken thread list unlocking after fork
Rich Felker
-1
/
+1
2023-05-26
mbrtowc: Fix wrong return value when n > UINT_MAX
Alexey Izbyshev
-1
/
+1
2023-05-21
configure: replace -Os with equivalent based on -O2
Rich Felker
-1
/
+14
2023-05-02
move fallocate64 declaration under _LARGEFILE64_SOURCE feature test
Rich Felker
-1
/
+3
2023-05-01
release 1.2.4
v1.2.4
Rich Felker
-1
/
+70
2023-04-24
fix return value of wmemcmp for extreme wchar_t values
Rich Felker
-1
/
+1
2023-04-14
fix wide printf numbered argument buffer overflow
Gabriel Ravier
-2
/
+2
2023-04-11
wait4: fix missing rusage on x32 due to wrong success condition
Alexey Izbyshev
-1
/
+1
2023-04-11
semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32
Alexey Izbyshev
-1
/
+2
2023-04-11
getopt: fix null pointer arithmetic ub
Alexey Izbyshev
-1
/
+2
2023-04-11
nftw: fix use of uninitialized struct stat
Alexey Izbyshev
-1
/
+3
2023-04-11
fix inadvertently static local var in dynlink get_lfs64
Rich Felker
-1
/
+2
2023-04-07
dns: check length field in tcp response message
Alexey Kodanev
-0
/
+1
2023-03-22
fix swprintf handling of nul character in output
Rich Felker
-0
/
+1
2023-03-21
in printf, use ferror macro rather than directly inspecting flags bit
Rich Felker
-2
/
+2
2023-03-21
remove wide printf dependency on ugly hack in vfprintf
Rich Felker
-9
/
+15
2023-03-21
fix (normal, narrow) printf erroneously processing %n after output errors
Rich Felker
-0
/
+3
2023-03-21
fix wide printf continuation after output or encoding errors
Rich Felker
-2
/
+6
2023-03-20
fix wide printf forms ignoring width for %lc format specifier
Rich Felker
-5
/
+2
2023-03-03
poll: fix misuse of timespec type on 32-bit archs without poll syscall
Rich Felker
-2
/
+7
2023-03-02
select: fix 64-bit timeout truncation on pre-time64 kernels
Alexey Izbyshev
-0
/
+1
2023-02-28
dup3: don't set FD_CLOEXEC on failure on kernels without dup3 syscall
Rich Felker
-1
/
+2
2023-02-28
fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscall
Rich Felker
-1
/
+2
2023-02-28
fix pipe2 silently ignoring unknown flags on old kernels
Rich Felker
-0
/
+1
2023-02-28
getservbyport_r: fix wrong result if getnameinfo fails with EAI_OVERFLOW
Alexey Izbyshev
-0
/
+2
2023-02-28
getservbyport_r: fix out-of-bounds buffer read
Alexey Izbyshev
-1
/
+1
2023-02-28
getifaddrs: fix UB via taking address of null pointer union dereference
Alexey Izbyshev
-7
/
+7
2023-02-28
accept4: don't fall back to accept if we got unknown flags
Alexey Izbyshev
-0
/
+4
2023-02-27
fix potential read past end of buffer in getnameinfo host name lookup
Alexey Izbyshev
-0
/
+1
2023-02-27
dns: fix workaround for systems defaulting to ipv6-only sockets
Alexey Izbyshev
-15
/
+16
2023-02-27
dns: handle early eof in tcp fallback
Alexey Izbyshev
-1
/
+1
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
[next]