]> git.ipfire.org Git - people/ms/suricata.git/commit - src/runmode-af-packet.c
Coverity 1038106: fix FP out-of-bond access
authorEric Leblond <eric@regit.org>
Wed, 26 Jun 2013 07:56:11 +0000 (09:56 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 26 Jun 2013 08:18:29 +0000 (10:18 +0200)
commit4c6595f4379eafe81f1232c4cf4306cdc1d3a793
tree39b449177f99d14134ffd99dd00dc10f88c495f2
parent7df156ef504a45aecefc9216b594e15fc5703dbf
Coverity 1038106: fix FP out-of-bond access

A cast during the reading of a configuration variable was invalid
because a 16 bit integer was cast to a 32 bit integer. The called
function is only setting the pointer value to 1 or 0 so there is
no real issue there.
src/runmode-af-packet.c