author | Pierre Habouzit <madcoder@debian.org> | |
Tue, 18 Dec 2007 01:39:57 +0000 (02:39 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 18 Dec 2007 05:59:26 +0000 (21:59 -0800) | ||
commit | f9c5a80cdf2265f2df7712fad9f1fb7ef68b4768 | |
tree | 051fb0c0dff4371f97f8ad9407f9f1fd335b1682 | tree | snapshot |
parent | bd8ff616c998da8b08bd59b47644408048b3016d | commit | diff |
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>
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 | diff | blob | history |