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