]> 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:46:19 +0000 (19:46 +0200)
commit820b0cceef0b67b041973da4041ea53d5e276363
treeea694b50c0a03d6a1047361c6f391f1c2bf1b4c1
parent6bda72d26f1fcb9c3b8c9fa64d0431a176009f3e
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