summaryrefslogtreecommitdiff
path: root/t/t4105-apply-fuzz.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-02-11apply: do not barf on patch with too large an offsetLibravatar Junio C Hamano1-0/+57
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>