mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-08 07:42:09 +03:00
379b18218d
breaking out of the switch-case when l==-1 means the conditional below will necessarily be true (-1 >= buf_size, a size_t variable) and the function will return 0. it is, however, somewhat unclear that that's what's happening. simply returning there is simpler |
||
---|---|---|
.. | ||
dlstart.c | ||
dynlink.c |