musl/src
q66 ee1d39bc15 mntent: unescape octal sequences
As entries in mtab are delimited by spaces, whitespace characters
are escaped as octal sequences. When reading them out, we have to
unescape these sequences to get the proper string.
2023-11-16 12:06:17 -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 ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic 2023-11-06 21:48:02 -05:00
ipc semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32 2023-04-11 09:21:41 -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 fix public clone function to be safe and usable by applications 2023-06-01 16:15:38 -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 ld80 powl(x,huge) and powl(LDBL_MAX,small) 2023-08-19 14:09:00 -04:00
misc mntent: unescape octal sequences 2023-11-16 12:06:17 -05: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 mbrtowc: Fix wrong return value when n > UINT_MAX 2023-05-26 16:12:29 -04:00
network remove arbitrary limit from dns result parsing 2023-11-06 13:50:21 -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 fix public clone function to be safe and usable by applications 2023-06-01 16:15:38 -04:00
regex glob: fix wrong return code when aborting before any matches 2023-08-24 12:54:51 -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 poll: fix misuse of timespec type on 32-bit archs without poll syscall 2023-03-03 09:52:52 -05: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 pass AT_NO_AUTOMOUNT when emulating fstatat via statx 2023-11-06 13:44:53 -05:00
stdio byte-based printf family: emit a nul byte for %lc with argument zero 2023-11-06 13:59:06 -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 wmemcmp for extreme wchar_t values 2023-04-24 11:23:39 -04: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 synccall: add separate exit_sem to fix thread release logic bug 2023-11-06 13:05:24 -05:00
time __year_to_secs: fix dangling pointer 2023-11-06 13:29:07 -05:00
unistd ensure valid setxid return value in an unexpected error case 2023-11-06 13:07:11 -05:00