summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2021-11-30 10:55:34 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2021-11-30 20:55:17 +0100
commit721aa6f74f17f56dd82873aefffb2d6683918b79 (patch)
tree136aa49ccd4120647dd0c752d7585475691ce12a /filter
parentc3176a3b5c129cbb94f7ff3f18b03d81f847cef3 (diff)
Replace malloc+memset with calloc
There are a number of places where we `malloc` some memory and then `memset` it to zero. Use `calloc` instead. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'filter')
0 files changed, 0 insertions, 0 deletions