mirror of https://git.musl-libc.org/git/musl
Browse Source
while commit 53ac44ff4c fixed the temp
buffer being undersized, the use of a temp buffer to begin with was a
mistake. instead, compare the requested symbol name in-place and use
the already-null-terminated copy of the name without "64" present in
lfs64_list[] to look up the real symbol.
master
1 changed files with 4 additions and 9 deletions
Loading…
Reference in new issue