musl/ldso
Rich Felker 7c41047285 fix inadvertently static local var in dynlink get_lfs64
commit 246f1c8114 inadvertently
introduced the local variable p as static by declaring it together
with lfs64_list. the function is only reachable under lock, and is not
called reentrantly, so this is not a functional bug, but it is
confusing and inefficient. fix by separating the declarations.
2023-04-11 09:06:27 -04:00
..
dlstart.c process DT_RELR relocations in ldso-startup/static-pie 2022-09-12 08:30:36 -04:00
dynlink.c fix inadvertently static local var in dynlink get_lfs64 2023-04-11 09:06:27 -04:00