summaryrefslogtreecommitdiff
path: root/tests/core/strtol.c
Commit message (Expand)AuthorAgeFilesLines
* stdint constants in test suiteCalvin Buckley2021-07-071-4/+4
* Add tests for `git__multiply_int64_overflow`lhchavez2020-12-191-0/+2
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* strntol: fix out-of-bounds reads when parsing numbers with leading signPatrick Steinhardt2018-11-141-0/+10
* strntol: fix detection and skipping of base prefixesPatrick Steinhardt2018-11-021-0/+22
* strntol: fix out-of-bounds read when skipping leading spacesPatrick Steinhardt2018-11-021-0/+10
* util: fix out of bounds read in error messagePatrick Steinhardt2018-10-191-0/+7
* tests: core::strtol: test for some more edge-casesPatrick Steinhardt2018-10-181-0/+31
* util: remove `git__strtol32`Patrick Steinhardt2018-10-181-12/+19
* util: remove unsafe `git__strtol64` functionPatrick Steinhardt2018-10-181-22/+16
* Fixed bug while parsing INT64_MINKrishna Ram Prakash R2016-06-291-0/+8
* Rename tests-clar to testsBen Straub2013-11-141-0/+37