libgit2/tests/core
Vicent Marti 437f7d69b2 pool: Correct overflow checks
Ok, scrap the previous commit. This is the right overflow check that
takes care of 64 bit overflow **and** 32-bit overflow, which needs to be
considered because the pool malloc can only allocate 32-bit elements in
one go.
2013-12-13 12:41:22 +01:00
..
bitvec.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
buffer.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
caps.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
copy.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
dirent.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
env.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
errors.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
filebuf.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
hex.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
iconv.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
mkdir.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
oid.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
oidmap.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
opts.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
path.c Remove converting user error to GIT_EUSER 2013-12-11 10:57:49 -08:00
pool.c pool: Correct overflow checks 2013-12-13 12:41:22 +01:00
posix.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
rmdir.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
sortedcache.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
stat.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
string.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
strmap.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
strtol.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
vector.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00