mirror of https://git.musl-libc.org/git/musl
Browse Source
in case of mmap-obtained chunks, end points past the end of the mapping and reading it may fault. since the value is not needed until after the conditional, move the access to prevent invalid reads.rs-1.0
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue