]> git.ipfire.org Git - thirdparty/bind9.git/commit
Limit isccc_cc_fromwire recursion depth
authorMark Andrews <marka@isc.org>
Tue, 20 Jun 2023 05:21:36 +0000 (15:21 +1000)
committerMichal Nowak <mnowak@isc.org>
Thu, 7 Sep 2023 17:50:27 +0000 (19:50 +0200)
commit432a49a7b089da6340e56d402034a586bc69f80e
tree8c8e43b468a7305d845fba472e35e5f272ad3ec9
parent04128e764ef6159235210ecdc18992d8df4d55c5
Limit isccc_cc_fromwire recursion depth

Named and rndc do not need a lot of recursion so the depth is
set to 10.
lib/isc/include/isc/result.h
lib/isc/result.c
lib/isccc/cc.c