Commit 5ab0736bef1a2e9ed15d6f5edbc81393bb7b63cf

lhchavez 2020-12-19T09:30:26

Add tests for `git__multiply_int64_overflow` As it turns out, the implementation of `git__multiply_int64_overflow` is full of edge cases and tricky arithmetic. That means that it should have unit tests. As a result, a bug in `git__strntol64` was found (and fixed!) in clang+32-bit.