]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add YAML escaping where needed
authorMark Andrews <marka@isc.org>
Tue, 29 Oct 2024 05:45:41 +0000 (16:45 +1100)
committerMark Andrews <marka@isc.org>
Mon, 21 Apr 2025 23:24:18 +0000 (09:24 +1000)
commit280e9b7cf4b28bffa6a281bb64b43e35829645ec
tree18fb43c105d2ae2b6f14ff637eb11b0353b5b831
parente7ef4e41ebd55ed1cfb2b2652b66a0f026aea1c7
Add YAML escaping where needed

When rendering text, such as domain names or the EXTRA-TEXT
field of the EDE option, backslashes and quotation marks must
be escaped to ensure that the emitted message is valid YAML.
bin/tests/system/digdelv/tests.sh
lib/dns/message.c