musl/src
Rich Felker fb7fb5e4bd fix pipe2 silently ignoring unknown flags on old kernels
kernels using the fallback have an inherent close-on-exec race
condition and as such support for them is only best-effort anyway.
however, ignoring potential new flags is still very bad behavior.
instead, fail with EINVAL.
2023-02-28 12:18:43 -05:00
..
aio fix AS-safety of close when aio is in use and fd map is expanded 2022-10-19 14:01:32 -04:00
complex math: avoid runtime conversions of floating-point constants 2022-03-08 16:27:15 -05:00
conf use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ) 2022-08-26 11:34:46 -04:00
crypt update crypt_blowfish to support $2b$ prefix 2020-10-18 12:16:55 -04:00
ctype fix wcwidth of hangul combining (vowel/final) letters 2021-12-27 20:08:31 -05:00
dirent remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
env protect stack canary from leak via read-as-string by zeroing second byte 2022-03-08 16:52:25 -05:00
errno add missing strerror text for key management 2022-02-19 19:42:21 -05:00
exit lift child restrictions after multi-threaded fork 2020-11-11 15:55:30 -05:00
fcntl remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
fenv add SPE FPU support to powerpc-sf 2021-09-23 19:11:46 -04:00
include provide an internal namespace-safe __fstat 2022-05-04 10:51:00 -04:00
internal fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 2023-02-09 12:33:35 -05:00
ipc fix corrupt sysvipc timestamps on 32-bit archs with old kernels 2020-03-14 21:23:37 -04:00
ldso fix potential deadlock in dlerror buffer handling at thread exit 2022-10-19 14:01:32 -04:00
legacy remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
linux remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
locale accept null pointer as message argument to gettext functions 2022-03-27 18:59:15 -04:00
malloc disable MADV_FREE usage in mallocng 2022-10-19 14:01:31 -04:00
math math: fix undefined shift in logf 2023-02-12 17:46:50 -05:00
misc remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
mman remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
mq mq_notify: block all (application) signals in the worker thread 2023-02-12 15:05:39 -05:00
multibyte rewrite wcsnrtombs to fix buffer overflow and other bugs 2020-11-19 17:12:43 -05:00
network getservbyport_r: fix wrong result if getnameinfo fails with EAI_OVERFLOW 2023-02-28 12:01:34 -05:00
passwd nscd: fall back gracefully on kernels without AF_UNIX support 2021-04-16 10:17:42 -04:00
prng lift child restrictions after multi-threaded fork 2020-11-11 15:55:30 -05:00
process riscv64: add vfork 2023-02-09 12:33:35 -05:00
regex remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
sched sched_rr_get_interval: don't assume time_t is 32-bit on 32-bit archs 2019-07-29 12:31:20 -04:00
search hsearch: fix null pointer arithmetic UB 2023-02-12 17:41:23 -05:00
select fix regression in select with no timeout 2019-08-07 02:57:53 -04:00
setjmp powerpc-sf longjmp clobbering of val argument 2023-02-11 10:00:31 -05:00
signal fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 2023-02-09 12:33:35 -05:00
stat remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
stdio prevent invalid reads of nl_arg in printf_core 2022-12-14 10:03:37 -05:00
stdlib fix constraint violation in qsort wrapper around qsort_r 2022-05-06 19:34:48 -04:00
string fix return value of wcs{,n}cmp for extreme wchar_t values 2023-02-12 17:50:59 -05:00
temp remove LFS64 symbol aliases; replace with dynamic linker remapping 2022-10-19 14:01:31 -04:00
termios add tcgetwinsize and tcsetwinsize functions, move struct winsize 2020-08-24 21:31:18 -04:00
thread fix pthread_detach inadvertently acting as cancellation point in race case 2023-02-11 13:00:22 -05:00
time fix thread leak on timer_create(SIGEV_THREAD) failure 2022-09-19 13:24:05 -04:00
unistd fix pipe2 silently ignoring unknown flags on old kernels 2023-02-28 12:18:43 -05:00