]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/udp_queue: add a ref-unref pair
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 15 Nov 2019 12:22:11 +0000 (13:22 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 19 Nov 2019 12:29:34 +0000 (12:29 +0000)
commitb98f0c095d921d0aae5263745db92b46b3b5788c
tree2a73a7887b287727672672c68807cdc3ee119778
parent31ba97e0492040b617be9b8274bd8d833babd004
daemon/udp_queue: add a ref-unref pair

I must admit I don't really understand why we had a rare case
of use-after-free in the sendmmsg call, but this change should avoid
that without affecting anything else.
daemon/udp_queue.c