commit | a82107933da41572428b8c882d77c10267cbcef9 | [log] [tgz] |
---|---|---|
author | Jiri Popelka <jpopelka@redhat.com> | Fri Jun 10 11:11:00 2011 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jun 13 19:53:17 2011 +0200 |
tree | bc53b941b466a683f3bac30a951972580845fa76 | |
parent | ba37f0a01d83d0884a423971b329fb003aa4d196 [diff] |
src: BAD_SIZEOF static analysis (analysis based only on compiling of sources, not based on running of binary) of the code revealed the following problem: libnfnetlink.c:481: Taking the size of pointer parameter "nlh" is suspicious. libnfnetlink.c:486: Taking the size of pointer parameter "nlh" is suspicious. Signed-off-by: Jiri Popelka <jpopelka@redhat.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>