aboutsummaryrefslogtreecommitdiffstats
path: root/patch-delta.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-30patch-delta: handle truncated copy parametersJeff King1-7/+14
2018-08-30patch-delta: consistently report corruptionJann Horn1-2/+3
2018-08-30patch-delta: fix oob readJann Horn1-1/+1
2011-02-10compat: helper for detecting unsigned overflowJonathan Nieder1-1/+1
2010-01-26Fix integer overflow in patch_delta()Ilari Liusvaara1-2/+1
2009-09-14Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds1-1/+1
2006-12-18make patch_delta() error cases a bit more verboseNicolas Pitre1-7/+6
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-2/+2
2006-04-24split the diff-delta interfaceNicolas Pitre1-2/+2
2006-04-07check patch_delta bounds more carefullyNicolas Pitre1-5/+21
2006-02-09remove delta-against-self bitNicolas Pitre1-3/+2
2005-09-04[PATCH] NUL terminate the object data in patch_delta()Sergey Vlasov1-1/+2
2005-06-29[PATCH] assorted delta code cleanupNicolas Pitre1-19/+3
2005-06-28[PATCH] denser delta header encodingNicolas Pitre1-14/+14
2005-05-19[PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre1-0/+88