]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/pcre: Changes to support pcre_jit_exec
authorJeff Lucovsky <jeff@lucovsky.org>
Mon, 18 Nov 2019 22:02:17 +0000 (17:02 -0500)
committerVictor Julien <victor@inliniac.net>
Thu, 19 Mar 2020 16:47:45 +0000 (17:47 +0100)
commitabe0cdc4adc872f346a94c554883570783917034
tree15fc63fc1b8d1f0613eafe3549c066f9d09bca50
parentaa67a0a236d6544301caac4ba8c74d2951926b92
detect/pcre: Changes to support pcre_jit_exec

This command causes `pcre_jit_exec` to be used when available. If it's
available and there are allocation errors preparing for it, things
fallback to `pcre_exec`.
src/detect-pcre.c