]> git.ipfire.org Git - thirdparty/suricata.git/commit
rule-parsing: remove unnecessary code 1905/head
authorAndreas Herz <andi@geekosphere.org>
Fri, 4 Mar 2016 21:29:02 +0000 (22:29 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 5 Mar 2016 08:36:14 +0000 (09:36 +0100)
commit5d34ac071d049d5b467fe472d7ddf1be6bd6bf9f
tree1d266892ae42121f67bd1f5b0eb1c0dd30602b5d
parent69785f186c227c44a958d3684500b5da5e1a6749
rule-parsing: remove unnecessary code

Those lines were included former to prevent possible null pointer
dereference but that won't happen anymore with the rest of the rework
done in the code. The code even results in a control flow issue reported
by coverity scan, so just remove it.
src/detect-msg.c