kmx git
login
register
thodg
/
libgit2
/
tests/buf/oom.c
tests/buf/oom.c
Log
Author
Commit
Date
CI
Message
4aa664ae
2015-02-10T23:55:07
git_buf_grow_by: increase buf asize incrementally Introduce `git_buf_grow_by` to incrementally increase the size of a `git_buf`, performing an overflow calculation on the growth.
4b1018d2
2015-01-08T17:24:12
Fix crash in free() when git_buf_grow() fails.