From: Junio C Hamano Date: Thu, 16 Feb 2023 01:11:51 +0000 (-0800) Subject: Merge branch 'cb/grep-fallback-failing-jit' X-Git-Tag: v2.40.0-rc0~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=214242a6ab8a971fb1a8e80459b561bfcf93ae18;p=thirdparty%2Fgit.git Merge branch 'cb/grep-fallback-failing-jit' 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 --- 214242a6ab8a971fb1a8e80459b561bfcf93ae18