• Show log

    Commit

  • Hash : 4974e3a5
    Author : Patrick Steinhardt
    Date : 2016-10-07T09:18:55

    tree: validate filename and OID length when parsing object
    
    When parsing tree entries from raw object data, we do not verify
    that the tree entry actually has a filename as well as a valid
    object ID. Fix this by asserting that the filename length is
    non-zero as well as asserting that there are at least
    `GIT_OID_RAWSZ` bytes left when parsing the OID.