]> git.ipfire.org Git - thirdparty/suricata.git/commit
threads/lib: fix coverity check for unchecked return code
authorJason Ish <jason.ish@oisf.net>
Tue, 1 Apr 2025 15:31:07 +0000 (09:31 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 1 Apr 2025 19:11:13 +0000 (21:11 +0200)
commitbe111d4d4cd68f920e71d52661ba22ce07679355
tree11e2bcb8d4571ccfe245ff7d9a474b08932326ef
parentb67917489d7d8d663bd30990b393ee587f7eea57
threads/lib: fix coverity check for unchecked return code

In thread startup, return error of TmThreadsWaitForUnpause() fails.
Fixed coverity check as in all other places the return value of this
function is checked and acted on.
src/tm-threads.c