mirror of https://git.musl-libc.org/git/musl
Browse Source
if the loop stopped due to reaching the end of the string, the subsequent increment could possibly move the position one past the end of the buffer. no further writes happen, the reads cannot fault anyway unless the stack completely lacks any zero bytes, and reading junk should not yield an incorrect result from the function either. nonetheless the code was wrong and needs to be fixed.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue