• Show log

    Commit

  • Hash : 8d452448
    Author : Patrick Steinhardt
    Date : 2017-03-20T09:34:59

    odb_pack: initialize `git_rawobj` structure The `pack_entry_find_prefix` function receives a `git_rawobj` structure as argument. While the function first initializes the structure to a sensible state, Coverity is unable to correctly detect this, resulting in a warning. Fix this warning by initializing the object to all-zeroes before passing it to the function.