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
6 days
fnmatch: fix FNM_PERIOD failure of escaped '.' to match leading '.'
HEAD
master
Rich Felker
-1
/
+1
10 days
asprintf: always clear the result pointer on failure
Rich Felker
-0
/
+1
11 days
fix printf handling of indirect (asterisk) field width of INT_MIN
Rich Felker
-0
/
+2
2026-09-10
vfwscanf: consistently use MB_LEN_MAX instead of magic number 4
Rich Felker
-1
/
+1
2026-09-10
stdio: reserve multibyte space in allocated vfwscanf %c conversions
Matthias Goergens
-0
/
+1
2026-09-10
vf[w]scanf: fix integer overflow in %mlc allocation with large width
Rich Felker
-0
/
+4
2026-09-09
wordexp: clear positional parameters
Szabolcs Nagy
-1
/
+1
2026-09-09
wordexp: fix stderr redirection
Szabolcs Nagy
-3
/
+11
2026-09-09
fix undefined pointer arithmetic in wcsrchr
Matthias Goergens
-2
/
+6
2026-09-09
mntent: avoid undefined behavior on long lines
Matthias Goergens
-2
/
+2
2026-09-09
math: fmaf rewrite
Szabolcs Nagy
-94
/
+22
2026-09-09
math: fix fmaf subnormal double rounding
Szabolcs Nagy
-2
/
+12
2026-09-09
time: fix TZif version parsing
Matthias Goergens
-1
/
+1
2026-09-08
scandir: remove unused header
Luca Kellermann
-1
/
+0
2026-09-08
scandir: fix qsort usage
Luca Kellermann
-1
/
+9
2026-09-08
scandir: report ENOMEM and EOVERFLOW
Luca Kellermann
-1
/
+9
2026-09-08
scandir: disable cancellation around cancellation points
Luca Kellermann
-0
/
+13
2026-09-08
scandir: don't examine errno after closedir()
Luca Kellermann
-1
/
+7
2026-09-08
scandir: hide that errno is set to 0
Luca Kellermann
-1
/
+6
2026-09-08
catgets: accept (nl_catd)-1 catalog descriptor
Ismael Luceno
-0
/
+4
2026-09-08
sprintf: fix one byte truncation when producing string of length INT_MAX
Luca Kellermann
-1
/
+1
2026-09-08
math: fix expl on x86
Szabolcs Nagy
-15
/
+15
2026-09-07
math: fix powl(x<0,oddint) for some over/underflow cases
Szabolcs Nagy
-2
/
+2
2026-09-07
wordexp: free word on vector allocation failure
Matthias Goergens
-1
/
+4
2026-09-07
powerpc: set up a proper stack frame in the parent thread in clone()
Alex Rønne Petersen
-4
/
+5
2026-09-07
riscv: clear fp and ra in _start like on other ports
Alex Rønne Petersen
-0
/
+4
2026-09-07
x32: clone: fix read of stack slot containing ctid
Alex Rønne Petersen
-1
/
+1
2026-09-07
or1k: fix local-exec tls with large alignment
Szabolcs Nagy
-2
/
+3
2026-09-07
fix integer overflow in gai_strerror, hstrerror and regerror
Luca Kellermann
-3
/
+6
2026-09-07
riscv32, riscv64: make alignment padding in ucontext_t explicit
Michael Forney
-0
/
+2
2026-09-07
dns: Avoid division-by-zero when zero attempts is specified in resolv.conf
Yao Zi
-2
/
+4
2026-09-07
sys/types.h: add reclen_t
Luca Kellermann
-2
/
+3
2026-09-07
fix return type of CPU_ISSET[_S] macros
Rich Felker
-1
/
+1
2026-09-07
mipsn32: pass syscall arguments as long long instead of long
Alex Rønne Petersen
-32
/
+35
2026-09-06
fix build regression in clock_nanosleep on 64-bit archs
Rich Felker
-1
/
+1
2026-08-17
clock_nanosleep: don't assume nanosleep syscall exists
Rich Felker
-2
/
+11
2026-08-14
ftello: report overflow in buffered stream position
Matthias Goergens
-1
/
+6
2026-08-14
fseeko: avoid overflow adjusting relative seek offset
Matthias Goergens
-1
/
+8
2026-08-05
time: avoid overflow normalizing extreme tm_mday
Matthias Goergens
-1
/
+1
2026-08-05
stdio: avoid invalid pointer arithmetic in fputwc
Matthias Goergens
-1
/
+1
2026-08-05
math: make acoshf consistent with acosh
Szabolcs Nagy
-4
/
+5
2026-08-05
math: fix acosh for x<0
Szabolcs Nagy
-6
/
+7
2026-07-28
fix toctou race in popen children's closing of other popen pipes
Rich Felker
-4
/
+4
2026-06-18
riscv32: fix missing and extraneous items in syscall table
Rich Felker
-1
/
+2
2026-06-12
fix linkage namespace violations in mallocng
Rich Felker
-0
/
+2
2026-06-04
math: include missing float.h in logbl
Szabolcs Nagy
-0
/
+1
2026-05-21
fix rounding of hex floats in strtod/scanf on ld64 and ld128 archs
Rich Felker
-1
/
+1
2026-05-12
mallocng: fix handling of allocations with extreme alignment
Rich Felker
-1
/
+2
2026-05-05
ldso: fix missing errno code when reporting relro mprotect failure
Rich Felker
-0
/
+15
2026-05-05
fix fmemopen write-mode streams clobbering final byte with null
Rich Felker
-1
/
+0
[next]