]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cb/grep-fallback-failing-jit'
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 Feb 2023 01:11:51 +0000 (17:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Feb 2023 01:11:51 +0000 (17:11 -0800)
In an environment where dynamically generated code is prohibited to
run (e.g. SELinux), failure to JIT pcre patterns is expected.  Fall
back to interpreted execution in such a case.

* cb/grep-fallback-failing-jit:
  grep: fall back to interpreter if JIT memory allocation fails

1  2 
grep.c

diff --cc grep.c
Simple merge