]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
musl: Update to tip of trunk
authorKhem Raj <raj.khem@gmail.com>
Fri, 24 Feb 2023 17:55:28 +0000 (09:55 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Feb 2023 11:48:38 +0000 (11:48 +0000)
This brings in following changes

7d756e1c (upstream/master, origin/master) dns: prefer monotonic clock for timeouts
07616721 fix return value of wcs{,n}cmp for extreme wchar_t values
35fdfe62 math: fix undefined shift in logf
7e13e5ae inet_pton: fix uninitialized memory use for IPv4-mapped IPv6 addresses
7e6da7ac hsearch: fix null pointer arithmetic UB
f79b973d increase sendmsg internal buffer to support SCM_MAX_FD
0ab97350 mq_notify: block all (application) signals in the worker thread
711673ee mq_notify: join worker thread before returning in error path
8c0c9c69 mq_notify: rework to fix use-after-close/double-close bugs
fde6891e mq_notify: use semaphore instead of barrier to sync args consumption
c3cd04fa fix pthread_detach inadvertently acting as cancellation point in race case
115149c0 powerpc-sf longjmp clobbering of val argument
5763f003 riscv64: add vfork
269d1938 fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64
ea3b40a3 fix integer overflow in WIFSTOPPED macro
f897461d fix debugger tracking of shared libraries on mips with PIE main program
a4b0a665 expose memmem under baseline POSIX feature profile
9532ae13 use libc-internal malloc for pthread_atfork
7d358599 prevent invalid reads of nl_arg in printf_core
c5f4b2df elf.h: add ELFCOMPRESS_ZSTD
159d1f6c semaphores: fix missed wakes from ABA bug in waiter count logic

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/musl/musl_git.bb

index 7749495ec671255ca9795d60a450fff6101ecfed..39f6dd821970db401e2caaa916e01d0bb83b4220 100644 (file)
@@ -4,7 +4,7 @@
 require musl.inc
 inherit linuxloader
 
-SRCREV = "f47a8cdd250d9163fcfb39bf4e9d813957c0b187"
+SRCREV = "7d756e1c04de6eb3f2b3d3e1141a218bb329fcfb"
 
 BASEVER = "1.2.3"