mirror of https://git.musl-libc.org/git/musl
Browse Source
commit 4f35eb7591 introduced this bug.
it is not present in any released versions. inadvertent use of the &
operator on an array into which we're indexing produced arithmetic on
the wrong-type pointer, with undefined behavior.
master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue