Uncommon / Xit

Mac OS X Git GUI
Other
981 stars 46 forks source link

libgit2 has asserts #264

Open Uncommon opened 7 years ago

Uncommon commented 7 years ago

libgit2 has some asserts in it that can crash the app. Look into converting that into regular error reporting.

Uncommon commented 7 years ago

The particular one I ran into is in parse_index(). Many asserts are just range checking, which may be okay, but I'm not so sure about this one.