]> granicus.if.org Git - php/commit
Fix bug #78008: dns_check_record() always return true on Alpine
authorAndy Postnikov <apostnikov@gmail.com>
Tue, 14 Jul 2020 01:14:05 +0000 (04:14 +0300)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 15 Jul 2020 13:10:19 +0000 (15:10 +0200)
commit2c57378bd3725b82ac1217b636e21e3006b5ca03
tree1a6d1b1314d4f41a08ee118d3802203c2281c01e
parentce149b0cb8ce8983eae3885dd42e9ccbdc650d6e
Fix bug #78008: dns_check_record() always return true on Alpine

- free handle before return result
- cleaned up remaining usage of MAXPACKET
- update dns_get_mx() to use the same approach

Closes GH-5854.
NEWS
ext/standard/dns.c