]> granicus.if.org Git - php/commit
Fix potential segfault in dns_get_record()
authorSara Golemon <pollita@php.net>
Tue, 10 Jun 2014 18:18:02 +0000 (11:18 -0700)
committerStanislav Malyshev <stas@php.net>
Sun, 15 Jun 2014 08:04:24 +0000 (01:04 -0700)
commit21525d041369484d49781b34a8333a78798806e4
tree04e2407343bb9c91f281b6f43a6d48944b9fe529
parent2b04d689724bdfd5db9351c017566e2f51d61568
Fix potential segfault in dns_get_record()

If the remote sends us a packet with a malformed TXT record,
we could end up trying to over-consume the packet and wander
off into overruns.
NEWS
ext/standard/dns.c