]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix memory leak in dns_message_checksig() - SIG(0) sigs
authorPetr Špaček <pspacek@isc.org>
Mon, 19 Sep 2022 07:07:51 +0000 (09:07 +0200)
committerPetr Špaček <pspacek@isc.org>
Mon, 26 Sep 2022 10:01:40 +0000 (12:01 +0200)
commit9a971bb8b05f28b64728b37e7771d3f94b4dee23
treea1bbd6a76beaac49f6970ebd5c3a023986dc00db
parentdc9c5f5cbd5f48fde77daab2038cc99854c1b633
Fix memory leak in dns_message_checksig() - SIG(0) sigs

Impact should be visible only in tests or tools because named never
uses view == NULL, which is a necessary condition to trigger this leak.

(cherry picked from commit 69256b3553d3b8b73b6fa4de9b030b39f1b96d34)
lib/dns/message.c