Fix segfault in diff-delta.c when FLEX_ARRAY is 1
authorPierre Habouzit <redacted>
Tue, 18 Dec 2007 01:39:57 +0000 (02:39 +0100)
committerJunio C Hamano <redacted>
Tue, 18 Dec 2007 05:59:26 +0000 (21:59 -0800)
commitf9c5a80cdf2265f2df7712fad9f1fb7ef68b4768
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
diff-delta.c
git clone https://git.99rst.org/PROJECT