diff options
| author | Derrick Stolee <dstolee@microsoft.com> | 2018-09-13 11:02:23 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-09-17 13:49:41 -0700 |
| commit | d8ac9ee109ade79783ea398200219960d352f503 (patch) | |
| tree | e7bcbfc7fbdc210e129622e0c128c68b8a0d424a /builtin/diff.c | |
| parent | 55c5648d804cea734f402c015ec9d2005373804e (diff) | |
multi-pack-index: fix 32-bit vs 64-bit size check
When loading a 64-bit offset, we intend to check that off_t can store
the resulting offset. However, the condition accidentally checks the
32-bit offset to see if it is smaller than a 64-bit value. Fix it,
and this will be covered by a test in the 'git multi-pack-index verify'
command in a later commit.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/diff.c')
0 files changed, 0 insertions, 0 deletions
