mirror of https://git.musl-libc.org/git/musl
Browse Source
DNS parsing callbacks pass the response buffer end instead of the actual response end to dn_expand, so a malformed DNS response can use message compression to make dn_expand jump past the response end and attempt to parse uninitialized parts of that buffer, which might succeed and return garbage.master
committed by
Rich Felker
4 changed files with 7 additions and 7 deletions
Loading…
Reference in new issue