diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-12-13 10:39:23 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-13 10:39:23 +0900 |
| commit | 6362c9ce5eb18f699affbb2a7b357cb9b469105c (patch) | |
| tree | 49ca64dd03d243c58c1ce3fb8d68db9dabd5b7a5 /Makefile | |
| parent | 2a04e8c293766a4976ceceb4c663dd2963e0339e (diff) | |
| parent | 467860bc0b0447093ae97bcecf1655131732338f (diff) | |
| download | git-6362c9ce5eb18f699affbb2a7b357cb9b469105c.tar.xz | |
Merge branch 'tc/memzero-array' into jc/memzero-array
* tc/memzero-array:
contrib/coccinelle: pass include paths to spatch(1)
git-compat-util: introduce MEMZERO_ARRAY() macro
last-modified: fix use of uninitialized memory
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -981,7 +981,7 @@ SANITIZE_LEAK = SANITIZE_ADDRESS = # For the 'coccicheck' target -SPATCH_INCLUDE_FLAGS = --all-includes +SPATCH_INCLUDE_FLAGS = --all-includes $(addprefix -I ,compat ewah refs sha256 trace2 win32 xdiff) SPATCH_FLAGS = SPATCH_TEST_FLAGS = |
