]> git.ipfire.org Git - thirdparty/suricata.git/commit
profiling: Correct profiling data array size
authorJeff Lucovsky <jlucovsky@oisf.net>
Wed, 16 Oct 2024 14:37:20 +0000 (10:37 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 21 Oct 2024 18:19:27 +0000 (20:19 +0200)
commit799822c3db46648edadae570404d74f6ec42efdd
tree6e5e579ca052ef515915979c701bde4389bb6437
parentb5fcf16d979fbb7e4d8ebff090d32942aed81e72
profiling: Correct profiling data array size

The profiling arrays are incorrectly sized by the number of thread
modules. Since they contain app-layer protocol data, they should be
sized by ALPROTO_MAX.
src/util-profiling.c