x86_64-unknown-linux-musl: backport musl bug fixes or use new 1.2
version?
#91178
Labels
C-bug
Category: This is a bug.
O-musl
Target: The musl libc
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Seems like x86_64-unknown-linux-musl is built with
musl-1.1.24
.For this version I hit a bug, which is fixed with
https://git.musl-libc.org/cgit/musl/commit/?id=cb5babdc8d624a3e3e7bea0b4e28a677a2f2fc46
for the renamed
src/malloc/malloc.c
file.What is the recommended procedure here?
Try to persuade upstream to release a fixed
musl-1.1.25
or drive rust to switch tomusl-1.2.x
?The text was updated successfully, but these errors were encountered: