- Merge #1480 from petrvaganoff: authzone: fix memory leak in
xfer_set_masters() error path.
- Fix to lock shared_ports structure during initialisation.
- Fix to lock anchor structure when file is set for it in
parse of the header.
- Fix to lock shared_ports structure during initialisation.
- Fix to lock anchor structure when file is set for it in
parse of the header.
+ - Merge #1480 from petrvaganoff: authzone: fix memory leak in
+ xfer_set_masters() error path.
23 July 2026: Wouter
- Updated credits for Xuanchao Xie in 22 july changelog.
23 July 2026: Wouter
- Updated credits for Xuanchao Xie in 22 july changelog.
server:
do-not-query-localhost: no
fake-sha1: yes
server:
do-not-query-localhost: no
fake-sha1: yes
forward-zone:
name: "."
forward-addr: "127.0.0.1@@TOPORT@"
forward-zone:
name: "."
forward-addr: "127.0.0.1@@TOPORT@"
# test with good start key, and must do 5011 (no URL possible)
echo "*** TEST 1 ***"
echo $DS > root.key
# test with good start key, and must do 5011 (no URL possible)
echo "*** TEST 1 ***"
echo $DS > root.key
-$PRE/unbound-anchor -x "notexist.xml" -s "notexist.p7s" $OPTS
+cat root.key
+$PRE/unbound-anchor -x "notexist.xml" -s "notexist.p7s" $OPTS -vvvv
if test $? != 0; then
echo "Exitcode not OK"
exit 1
fi
if test $? != 0; then
echo "Exitcode not OK"
exit 1
fi
check_works
# save for test 5
cp root.key root.key.probed
check_works
# save for test 5
cp root.key root.key.probed