]> git.ipfire.org Git - thirdparty/suricata.git/commit
memory/alloc: Use SCCalloc instead of malloc/memset
authorJeff Lucovsky <jlucovsky@oisf.net>
Sat, 29 Jul 2023 14:03:39 +0000 (10:03 -0400)
committerJeff Lucovsky <jlucovsky@oisf.net>
Tue, 21 Nov 2023 15:22:27 +0000 (10:22 -0500)
commit193e0ea1a9aab2f735399ee771340337ca5cfcb1
treefc63abcf243c779de6c2555ac559e1000997622b
parentc272a646c5ae739d18901776cc5a940afd3d3d38
memory/alloc: Use SCCalloc instead of malloc/memset
103 files changed:
src/alert-debuglog.c
src/alert-fastlog.c
src/alert-syslog.c
src/app-layer-detect-proto.c
src/app-layer-enip-common.c
src/app-layer-enip.c
src/app-layer-events.c
src/app-layer-ftp.c
src/app-layer-htp.c
src/app-layer-parser.c
src/app-layer-smtp.c
src/app-layer-ssl.c
src/app-layer.c
src/decode.c
src/defrag-hash.c
src/detect-byte-extract.c
src/detect-csum.c
src/detect-detection-filter.c
src/detect-engine-build.c
src/detect-engine-iponly.c
src/detect-engine-siggroup.c
src/detect-engine-sigorder.c
src/detect-engine-state.c
src/detect-engine-tag.c
src/detect-engine.c
src/detect-fast-pattern.c
src/detect-file-hash-common.c
src/detect-filestore.c
src/detect-flowvar.c
src/detect-fragbits.c
src/detect-geoip.c
src/detect-lua.c
src/detect-parse.c
src/detect-ssh-proto-version.c
src/detect-tcp-flags.c
src/detect-threshold.c
src/flow-util.c
src/host.c
src/ippair.c
src/log-httplog.c
src/log-pcap.c
src/log-stats.c
src/log-tcp-data.c
src/log-tlslog.c
src/log-tlsstore.c
src/output-file.c
src/output-filedata.c
src/output-filestore.c
src/output-flow.c
src/output-json-alert.c
src/output-json-dns.c
src/output-json-frame.c
src/output-json-http2.c
src/output-json-pgsql.c
src/output-lua.c
src/output-packet.c
src/output-stats.c
src/output-streaming.c
src/output-tx.c
src/reputation.c
src/runmode-unix-socket.c
src/source-af-packet.c
src/source-af-xdp.c
src/source-erf-dag.c
src/source-erf-file.c
src/source-ipfw.c
src/source-nflog.c
src/source-pcap-file-directory-helper.c
src/source-pcap-file.c
src/source-pfring.c
src/stream-tcp-reassemble.c
src/stream-tcp.c
src/suricata.c
src/tm-threads.c
src/tmqh-flow.c
src/util-bloomfilter-counting.c
src/util-bloomfilter.c
src/util-buffer.c
src/util-classification-config.c
src/util-debug-filters.c
src/util-decode-mime.c
src/util-file.c
src/util-fmemopen.c
src/util-hash.c
src/util-hashlist.c
src/util-hyperscan.c
src/util-mpm-ac-bs.c
src/util-mpm-ac-ks.c
src/util-mpm-ac.c
src/util-mpm-hs.c
src/util-mpm.c
src/util-pool.c
src/util-profiling-keywords.c
src/util-profiling-prefilter.c
src/util-profiling-rules.c
src/util-radix-tree.c
src/util-reference-config.c
src/util-rohash.c
src/util-runmodes.c
src/util-spm-bm.c
src/util-spm-hs.c
src/util-storage.c
src/util-threshold-config.c