diff options
| author | Taylor Blau <me@ttaylorr.com> | 2023-07-12 19:37:41 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-07-14 09:32:03 -0700 |
| commit | 5675150cc3bfc03c5721edcfc49fbe43b15b5209 (patch) | |
| tree | 6378623b78240ab5ee5c1f642eac67902ed4a528 /commit-graph.c | |
| parent | midx.c: prevent overflow in `nth_midxed_object_oid()` (diff) | |
| download | git-5675150cc3bfc03c5721edcfc49fbe43b15b5209.tar.gz git-5675150cc3bfc03c5721edcfc49fbe43b15b5209.zip | |
midx.c: prevent overflow in `nth_midxed_offset()`
In a similar spirit as previous patches, avoid an overflow when looking
up object offsets in the MIDX's large offset table by guarding the
computation via `st_mult()`.
This instance is also OK as-is, since the left operand is the result of
`sizeof(...)`, which is already a `size_t`. But use `st_mult()` instead
here to make it explicit that this computation is to be performed using
64-bit unsigned integers.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions
