]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/io: don't notify worker on udp_recv() errors
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 26 Aug 2020 11:13:51 +0000 (13:13 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 23 Sep 2020 11:08:11 +0000 (13:08 +0200)
commit82e74cf697204ee082dcf96e9fab1208d5bfcc0e
treebd6b23efd58e78176d9af884253841e1c48d69fe
parent0a040a363d4b2d0ab2a6c83410ae5d07f8144cb8
daemon/io: don't notify worker on udp_recv() errors

The action doesn't increase any counter or do any error handling.
It would simply SEGFAULT. Even if it didn't worker_submit() would
just return an error code.
daemon/io.c
daemon/worker.c