Fix segfault in diff-delta.c when FLEX_ARRAY is 1
commitf9c5a80cdf2265f2df7712fad9f1fb7ef68b4768
authorPierre Habouzit <madcoder@debian.org>
Tue, 18 Dec 2007 01:39:57 +0000 (18 02:39 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Dec 2007 05:59:26 +0000 (17 21:59 -0800)
tree051fb0c0dff4371f97f8ad9407f9f1fd335b1682
parentbd8ff616c998da8b08bd59b47644408048b3016d
Fix segfault in diff-delta.c when FLEX_ARRAY is 1

aka don't do pointer arithmetics on structs that have a FLEX_ARRAY member,
or you'll end up believing your array is 1 cell off its real address.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff-delta.c