index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
sqrtl: fix invalid use of a non-constant-expression as static initializer
Rich Felker
2024-02-03
1
-2
/
+2
*
riscv: correct symbol version of __vdso_flush_icache
gns
2024-02-03
1
-1
/
+1
*
add preadv2 and pwritev2 syscall wrappers, flag value macros
Rich Felker
2024-01-25
2
-0
/
+34
*
expose ppoll in default feature profile
Rich Felker
2024-01-21
1
-1
/
+1
*
move ppoll from src/linux to src/select reflecting future standardization
Rich Felker
2024-01-21
1
-0
/
+0
*
remove INT_MAX limit on the n argument to snprintf/swprintf
Rich Felker
2024-01-17
2
-8
/
+0
*
strftime: don't attempt to parse field width without seeing a digit
Rich Felker
2023-11-21
1
-1
/
+2
*
mntent: fields are delimited only by tabs or spaces, not general whitespace
Rich Felker
2023-11-16
1
-1
/
+1
*
mntent: unescape octal sequences
q66
2023-11-16
1
-4
/
+40
*
ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic
Rich Felker
2023-11-06
1
-0
/
+4
*
byte-based printf family: emit a nul byte for %lc with argument zero
Rich Felker
2023-11-06
1
-0
/
+2
*
remove arbitrary limit from dns result parsing
Quentin Rameau
2023-11-06
1
-1
/
+0
*
pass AT_NO_AUTOMOUNT when emulating fstatat via statx
Alexey Izbyshev
2023-11-06
1
-0
/
+1
*
__year_to_secs: fix dangling pointer
Alex Xu (Hello71)
2023-11-06
1
-2
/
+2
*
timer_create: volatile static -> static volatile
Alex Xu (Hello71)
2023-11-06
1
-1
/
+1
*
ensure valid setxid return value in an unexpected error case
Markus Wichmann
2023-11-06
1
-1
/
+1
*
synccall: add separate exit_sem to fix thread release logic bug
Markus Wichmann
2023-11-06
1
-3
/
+5
*
glob: fix wrong return code when aborting before any matches
Rich Felker
2023-08-24
1
-1
/
+1
*
statvfs: allocate spare for f_type
наб
2023-08-19
1
-0
/
+1
*
math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)
Szabolcs Nagy
2023-08-19
1
-13
/
+21
*
math: fix ld80 acoshl(x) for x < 0
Szabolcs Nagy
2023-08-19
1
-3
/
+7
*
fix rejection of dns responses with pointers past 512 byte offset
Rich Felker
2023-07-17
1
-2
/
+2
*
dns stub resolver: increase buffer size to handle chained CNAMEs
Rich Felker
2023-07-04
1
-1
/
+1
*
printf core: fix gratuitous integer formatting buffer size
Rich Felker
2023-06-12
1
-1
/
+1
*
all printf variants: fix argument type handling for %c and %lc
Rich Felker
2023-06-12
2
-4
/
+4
*
fix public clone function to be safe and usable by applications
Rich Felker
2023-06-01
3
-16
/
+68
*
fix broken thread list unlocking after fork
Rich Felker
2023-06-01
1
-1
/
+1
*
mbrtowc: Fix wrong return value when n > UINT_MAX
Alexey Izbyshev
2023-05-26
1
-1
/
+1
*
fix return value of wmemcmp for extreme wchar_t values
Rich Felker
2023-04-24
1
-1
/
+1
*
fix wide printf numbered argument buffer overflow
Gabriel Ravier
2023-04-14
1
-2
/
+2
*
wait4: fix missing rusage on x32 due to wrong success condition
Alexey Izbyshev
2023-04-11
1
-1
/
+1
*
semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32
Alexey Izbyshev
2023-04-11
1
-1
/
+2
*
getopt: fix null pointer arithmetic ub
Alexey Izbyshev
2023-04-11
1
-1
/
+2
*
nftw: fix use of uninitialized struct stat
Alexey Izbyshev
2023-04-11
1
-1
/
+3
*
dns: check length field in tcp response message
Alexey Kodanev
2023-04-07
1
-0
/
+1
*
fix swprintf handling of nul character in output
Rich Felker
2023-03-22
1
-0
/
+1
*
in printf, use ferror macro rather than directly inspecting flags bit
Rich Felker
2023-03-21
1
-2
/
+2
*
remove wide printf dependency on ugly hack in vfprintf
Rich Felker
2023-03-21
2
-9
/
+15
*
fix (normal, narrow) printf erroneously processing %n after output errors
Rich Felker
2023-03-21
1
-0
/
+3
*
fix wide printf continuation after output or encoding errors
Rich Felker
2023-03-21
1
-2
/
+6
*
fix wide printf forms ignoring width for %lc format specifier
Rich Felker
2023-03-20
1
-5
/
+2
*
poll: fix misuse of timespec type on 32-bit archs without poll syscall
Rich Felker
2023-03-03
1
-2
/
+7
*
select: fix 64-bit timeout truncation on pre-time64 kernels
Alexey Izbyshev
2023-03-02
1
-0
/
+1
*
dup3: don't set FD_CLOEXEC on failure on kernels without dup3 syscall
Rich Felker
2023-02-28
1
-1
/
+2
*
fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscall
Rich Felker
2023-02-28
1
-1
/
+2
*
fix pipe2 silently ignoring unknown flags on old kernels
Rich Felker
2023-02-28
1
-0
/
+1
*
getservbyport_r: fix wrong result if getnameinfo fails with EAI_OVERFLOW
Alexey Izbyshev
2023-02-28
1
-0
/
+2
*
getservbyport_r: fix out-of-bounds buffer read
Alexey Izbyshev
2023-02-28
1
-1
/
+1
*
getifaddrs: fix UB via taking address of null pointer union dereference
Alexey Izbyshev
2023-02-28
1
-7
/
+7
*
accept4: don't fall back to accept if we got unknown flags
Alexey Izbyshev
2023-02-28
1
-0
/
+4
[next]