]> git.ipfire.org Git - thirdparty/suricata.git/commit
rule-reload: Release excess memory freed during engine reload
authorThomas Winter <Thomas.Winter@alliedtelesis.co.nz>
Thu, 27 Apr 2023 04:08:46 +0000 (16:08 +1200)
committerVictor Julien <victor@inliniac.net>
Sun, 19 Nov 2023 06:25:11 +0000 (07:25 +0100)
commit7d40a9f178a3b8d686b1f33bfc1f6e21a662ccb3
treeded25b42cb7d3efebab04172da5adcbb68fc0df3
parentd2b25af3f4a21806efc3e38ebbe6e66b7dc5c0d4
rule-reload: Release excess memory freed during engine reload

The hot reload results in large chunks of memory being freed as the
as the old signature tables are discarded. Help the memory management
system along by telling to release as much memory as it can at this
point.

Bug: #6454.
configure.ac
src/detect-engine.c
src/suricata-common.h