summaryrefslogtreecommitdiff
path: root/t/t4013/diff.diff_initial..side
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2026-08-13 14:55:46 +0000
committerJunio C Hamano <gitster@pobox.com>2026-08-13 09:42:02 -0700
commit335f9960052634dcdf584eefac565affb49ef2ff (patch)
tree7cef8bf9ef2b617c6c85b6336d0e02b5c5886798 /t/t4013/diff.diff_initial..side
parent4211a2b892e5be96c8437ff8fc0a2688bba47f20 (diff)
archive-zip: widen `zlib_deflate_raw()`'s maxsize local to `size_t`
Prep for the upcoming `git_deflate_bound()` widening to `size_t`: the local that catches its return needs to be `size_t` too, otherwise the widening would introduce a silent Windows narrowing here. No semantic effect with the current unsigned-long-returning `git_deflate_bound()` (`size_t == unsigned long` on this caller's platforms today). Assisted-by: Opus 4.7 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions