commit | 52f3c81a9d41af019ab8f05051c5251f078b12e5 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Feb 11 15:32:29 2008 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Feb 11 15:48:10 2008 -0800 |
tree | 6cebba3fe821be8561a7c6ff1d648748450774c7 | |
parent | b2979ff599a6bcf9dbf5e2ef1e32b81a1b88e115 [diff] |
apply: do not barf on patch with too large an offset Previously a patch that records too large a line number caused the offset matching code in git-apply to overstep its internal buffer. Noticed by Johannes Schindelin. Signed-off-by: Junio C Hamano <gitster@pobox.com>