diff options
author | René Scharfe <l.s.r@web.de> | 2022-02-17 22:14:29 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-02-17 14:56:56 -0800 |
commit | 97169fc361fd3ab2eedbfedd6c13806433be4036 (patch) | |
tree | e71b93126728ba7c4795b25c8d6c708a136b4279 /t/t3400-rebase.sh | |
parent | grep/pcre2: move definitions of pcre2_{malloc,free} (diff) | |
download | tgif-97169fc361fd3ab2eedbfedd6c13806433be4036.tar.xz |
grep: fix triggering PCRE2_NO_START_OPTIMIZE workaround
PCRE2 bug 2642 was fixed in version 10.36. Our 95ca1f987e (grep/pcre2:
better support invalid UTF-8 haystacks, 2021-01-24) worked around it on
older versions by setting the flag PCRE2_NO_START_OPTIMIZE. 797c359978
(grep/pcre2: use compile-time PCREv2 version test, 2021-02-18) switched
it around to set the flag on 10.36 and higher instead, while it claimed
to use "the same test done at compile-time".
Switch the condition back to apply the workaround on PCRE2 versions
_before_ 10.36.
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3400-rebase.sh')
0 files changed, 0 insertions, 0 deletions