Skip to content
  • Junio C Hamano's avatar
    Merge branch 'mk/diff-delta-avoid-large-offset' · fdbe2ac1
    Junio C Hamano authored
    The delta format used in the packfile cannot reference data at
    offset larger than what can be expressed in 4-byte, but the
    generator for the data failed to make sure the offset does not
    overflow.  This has been corrected.
    
    * mk/diff-delta-avoid-large-offset:
      diff-delta: do not allow delta offset truncation
    fdbe2ac1