]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
map: prevent crash on unrepresentable responses
authorPetr Špaček <petr.spacek@nic.cz>
Tue, 20 Oct 2020 11:51:54 +0000 (13:51 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 26 Oct 2020 13:25:15 +0000 (14:25 +0100)
commit9eb440ec44a58c4d9b1eed8034cf49581c172b55
treeadeb6ebb39af1c029f1bb7003922d735ff881999
parent966076a18be425ebaf5a93c9431d8fa4bdff2216
map: prevent crash on unrepresentable responses

Typical example of unrepresentable message is a Lua error.
E.g. error() called from kresc would lead to NULL message.
NEWS
daemon/io.c