mirror of https://git.musl-libc.org/git/musl
Browse Source
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.
master
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue