]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tc/memzero-array' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Dec 2025 05:45:27 +0000 (14:45 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Dec 2025 05:45:28 +0000 (14:45 +0900)
commit4d2f7755b560a32f9c0c8237aaa2c66f162dfe4d
tree37ccb291e6157db686d01487daf3d2bbd7945518
parentd8ae4b5ac4678c0b05335ac52e2e2f78bd4c0593
parent467860bc0b0447093ae97bcecf1655131732338f
Merge branch 'tc/memzero-array' into next

MEMZERO_ARRAY() helper is introduced to avoid clearing only the
first N bytes of an N-element array whose elements are larger than
a byte.

* tc/memzero-array:
  contrib/coccinelle: pass include paths to spatch(1)
  git-compat-util: introduce MEMZERO_ARRAY() macro
Makefile
builtin/last-modified.c