musl/ldso
Rich Felker 50ab830633 dynlink: avoid copying to temp buffer in get_lfs64
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.
2024-06-22 16:54:11 -04:00
..
dlstart.c process DT_RELR relocations in ldso-startup/static-pie 2022-09-12 08:30:36 -04:00
dynlink.c dynlink: avoid copying to temp buffer in get_lfs64 2024-06-22 16:54:11 -04:00