You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
When the parser is fed a so-called "thin pack", crashes in the get() function since it will receive a nil in the ParentobjInfo property. A "thin pack" is a pack that references a SHA1 that is not contained in the pack and that the other side knows you must have.
The portion of the code that handles thin packs is not covered.
I have a patch for this that works and I will submit shortly, but I'd need help in writing tests (I need a fixture that produces thin packs)