mirror of https://git.musl-libc.org/git/musl
Browse Source
len is unsigned and can never be smaller than 0. though unlikely, an error in read() would have lead to an out of bounds write to name. Reported-by: Michael Forney <mforney@mforney.org>master
committed by
Rich Felker
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue