diff-delta: do not allow delta offset truncation
authorMartin Koegler <martin.koegler@chello.at>
Thu, 10 Aug 2017 18:13:09 +0000 (20:13 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Aug 2017 22:25:40 +0000 (15:25 -0700)
Prevent generating delta offsets beyond 4G, as the xdelta used in
the pack format cannot represent such large offset.

Signed-off-by: Martin Koegler <martin.koegler@chello.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found