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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2023-11-16
mntent: fields are delimited only by tabs or spaces, not general whitespace
HEAD
master
Rich Felker
-1
/
+1
2023-11-16
mntent: unescape octal sequences
q66
-4
/
+40
2023-11-06
ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic
Rich Felker
-0
/
+4
2023-11-06
byte-based printf family: emit a nul byte for %lc with argument zero
Rich Felker
-0
/
+2
2023-11-06
remove arbitrary limit from dns result parsing
Quentin Rameau
-1
/
+0
2023-11-06
pass AT_NO_AUTOMOUNT when emulating fstatat via statx
Alexey Izbyshev
-0
/
+1
2023-11-06
__year_to_secs: fix dangling pointer
Alex Xu (Hello71)
-2
/
+2
2023-11-06
timer_create: volatile static -> static volatile
Alex Xu (Hello71)
-1
/
+1
2023-11-06
ensure valid setxid return value in an unexpected error case
Markus Wichmann
-1
/
+1
2023-11-06
synccall: add separate exit_sem to fix thread release logic bug
Markus Wichmann
-3
/
+5
2023-08-24
glob: fix wrong return code when aborting before any matches
Rich Felker
-1
/
+1
2023-08-19
statvfs: allocate spare for f_type
наб
-0
/
+1
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-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-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-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
[next]