summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.cgi
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2026-08-13 14:55:49 +0000
committerJunio C Hamano <gitster@pobox.com>2026-08-13 09:42:03 -0700
commitaed4048938bde401a3d22207a4cce167385c8ba7 (patch)
tree27326cf89a6ec882b464b3f56492320574e0a532 /gitweb/gitweb.cgi
parent9cb9f418ecdfd136bd50f32cb4a417935cf563be (diff)
t/helper/test-pack-deltas: widen `do_compress()`'s maxsize local to `size_t`
Prep for the upcoming `git_deflate_bound()` widening to `size_t`. The local is only ever the return value of `git_deflate_bound()` and the `xmalloc()`/`stream.avail_out` sizes derived from it; widening it has no semantic effect 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 'gitweb/gitweb.cgi')
0 files changed, 0 insertions, 0 deletions