]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: ci: Fail when spatch can't process source code
authorMichal Nowak <mnowak@isc.org>
Wed, 22 Oct 2025 11:27:45 +0000 (13:27 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 22 Oct 2025 11:27:45 +0000 (13:27 +0200)
commitdedc17d1a43b7bc20d9d12eef8254d61b95a3a18
treef849e5a39ef80b604e4798f3b98193409f4a2031
parenta27275d2464bb81e384df5e4945e3f9eeb3c9b81
parent9279806b9e3be8034219214f11cf03a2f1457414
chg: ci: Fail when spatch can't process source code

Sometimes spatch fails to process the source code:

    EXN: Failure("replacement: node 80: {7[1,2,30,31,32] in isc__nm_base64_to_base64url reachable by inconsistent control-flow paths") in ./lib/isc/netmgr/http.c

Closes #5567

Merge branch '5567-spatch-detect-more-error-conditions' into 'main'

See merge request isc-projects/bind9!11115