diff options
author | Rich Felker <dalias@aerifal.cx> | 2024-06-22 16:54:11 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-06-22 16:54:11 -0400 |
commit | 50ab830633134dac99011219f0210ee2759ffbde (patch) | |
tree | 5d2581051dd56822a7a1fcf69352bb60534bae12 /src | |
parent | 1b97d0060ba585df41f0a55a1f8c33c704d0dfbe (diff) | |
download | musl-50ab830633134dac99011219f0210ee2759ffbde.tar.gz |
dynlink: avoid copying to temp buffer in get_lfs64
while commit 53ac44ff4c0e91536e1e34e8e59e19d2a1196a67 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.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions