]> git.ipfire.org Git - thirdparty/suricata.git/commit
unified2: unlock using same dereference as lock
authorJason Ish <ish@unx.ca>
Fri, 17 Feb 2017 17:22:23 +0000 (11:22 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 21 Feb 2017 08:59:35 +0000 (09:59 +0100)
commitddf1bf6518fd2a87a143652944b129f1075766b9
tree518bf5fa53847fa5e94b919e446b42daf4dffb2e
parent285b5662050c6a33513f74489226d0c218e73cab
unified2: unlock using same dereference as lock

Addresses Coverity CIDs:
    1400797
    1400796

Note that the mutex was actually being unlocked, but
from a different variable pointing to the same mutex.
src/alert-unified2-alert.c