]> git.ipfire.org Git - thirdparty/suricata.git/commit
host-info: remove pcre2_substring_list_free use 10768/head
authorVictor Julien <vjulien@oisf.net>
Thu, 4 Apr 2024 15:51:48 +0000 (17:51 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 4 Apr 2024 20:25:21 +0000 (22:25 +0200)
commitb224209f45317abfbea1a1f43f17fa63ae904745
treee1c45b003f9ffde6ca531c23409e5d8881d06069
parentd310d00eb02f2c290837051f61ad77d386fc9c21
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.
src/util-host-info.c