]> git.ipfire.org Git - thirdparty/suricata.git/commit
host-info: remove pcre2_substring_list_free use
authorVictor Julien <vjulien@oisf.net>
Thu, 4 Apr 2024 15:51:48 +0000 (17:51 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 9 Apr 2024 17:29:33 +0000 (19:29 +0200)
commite024c7ad0153af2374fdc42e785afcbbbc0984f0
treedb4b1eb37e0907257930438b9a5db389d6e48ac0
parent41926c51cd6fb301e4f913e63724305695b63156
host-info: remove pcre2_substring_list_free use

Function prototype has changed in a recent release. Rather than dealing
with detecting that, fall back to our regular pattern of using
pcre2_substring_copy_bynumber().

Bug: #6918.
(cherry picked from commit b224209f45317abfbea1a1f43f17fa63ae904745)
src/util-host-info.c