]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Add missing fclose() when applying updates failed (rpz/testlib)
authorOndřej Surý <ondrej@isc.org>
Mon, 19 Aug 2024 10:04:29 +0000 (10:04 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 19 Aug 2024 10:04:29 +0000 (10:04 +0000)
commit920530b7a3098480f489a1d78dace355437af7aa
treecd887f83d92e25360392b61d9173cef5bb82303d
parent661981be7b086c55b99d03f1d534b593fdfcf4e7
parent2855ec8f5f963a487acc217e7de38f0fbfbc4343
fix: test: Add missing fclose() when applying updates failed (rpz/testlib)

In rpz system tests, we could leak file if the applying the updates has
failed.  Add the missing fclose() before returning.

Merge branch 'ondrej/add-missing-flose-to-rpz-testlib' into 'main'

See merge request isc-projects/bind9!9317