mirror of https://git.musl-libc.org/git/musl
Browse Source
one stop condition for parsing abbreviated ipv6 addressed was missed, allowing the internal ip[] buffer to overflow. this patch adds the missing stop condition and masks the array index so that, in case there are any remaining stop conditions missing, overflowing the buffer is not possible.master
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue