]> git.ipfire.org Git - thirdparty/bind9.git/commit
pullup:
authorAndreas Gustafsson <source@isc.org>
Fri, 15 Jun 2001 17:02:18 +0000 (17:02 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 15 Jun 2001 17:02:18 +0000 (17:02 +0000)
commitaa6773e6ad393d14c6adaac02bfe335763bdb832
tree424adb6d8eab1bdd488130b28b194b8c3a3a9507
parentc6b89af4d69a36b6c9762f11109ab46ca8707adb
pullup:
When doing best-effort parsing (in dig, for example) on a message with multiple
questions where an unrecoverable error is seen after 2 or more questions have
been parsed, memory would be leaked from msg->namepool, and would trigger an
ENSURE() in dns_message_destroy().
lib/dns/message.c