summaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorLibravatar Michał Kępień <michal@isc.org>2020-10-20 08:48:08 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-10-20 12:53:26 -0700
commitec7967cfafd5844e33afbc1e6fb8ba1b9e5b111b (patch)
treefbe510604f80b470f7ab46871eb1e43e7a1903d9 /diff.c
parentGit 2.28 (diff)
downloadtgif-ec7967cfafd5844e33afbc1e6fb8ba1b9e5b111b.tar.xz
merge-base, xdiff: zero out xpparam_t structures
xpparam_t structures are usually zero-initialized before their specific fields are assigned to, but there are three locations in the tree where that does not happen. Add the missing memset() calls in order to make initialization of xpparam_t structures consistent tree-wide and to prevent stack garbage from being used as field values. Signed-off-by: Michał Kępień <michal@isc.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions