]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/session2_tasklist_del(): be more defensive
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 24 Apr 2025 08:10:44 +0000 (10:10 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 24 Apr 2025 08:49:52 +0000 (10:49 +0200)
commit0646b6c312471e8cc04331c40628a10abea28862
tree1a14b5aa5bcc99ff64e6f06d057f89c48675ba31
parent5e3646d4873d5c4f2dad438f1bfe7f5ac9df4f00
daemon/session2_tasklist_del(): be more defensive

I don't expect we still have a bug here, but even so -
if this assertion fails, I don't think we need to force a crash.
A recoverable assertion seems a better choice here.
daemon/session2.c