Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-14 23:42:29 +0300
committerJunio C Hamano <gitster@pobox.com>2020-02-14 23:42:29 +0300
commit54bbadaeca930183989bcd097bde7befa98dc2f9 (patch)
treefb8b156be7627ec4672c5a86cda98820894ed3f6 /compat
parent8dbeba198ee6759874bb68a74131d1d3adfd75ea (diff)
parentf65d07fffaadc556b1a18cda7bb611c7f68717ea (diff)
Merge branch 'jk/asan-build-fix' into maint
Work around test breakages caused by custom regex engine used in libasan, when address sanitizer is used with more recent versions of gcc and clang. * jk/asan-build-fix: Makefile: use compat regex with SANITIZE=address
Diffstat (limited to 'compat')
-rw-r--r--compat/regex/regex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/compat/regex/regex.h b/compat/regex/regex.h
index 08a2609663..2d3412860d 100644
--- a/compat/regex/regex.h
+++ b/compat/regex/regex.h
@@ -41,6 +41,11 @@
extern "C" {
#endif
+#define regcomp git_regcomp
+#define regexec git_regexec
+#define regerror git_regerror
+#define regfree git_regfree
+
/* The following two types have to be signed and unsigned integer type
wide enough to hold a value of a pointer. For most ANSI compilers
ptrdiff_t and size_t should be likely OK. Still size of these two