summaryrefslogtreecommitdiff
path: root/tests/buf/oom.c
Commit message (Collapse)AuthorAgeFilesLines
* git_buf_grow_by: increase buf asize incrementallyEdward Thomson2015-02-121-0/+10
| | | | | Introduce `git_buf_grow_by` to incrementally increase the size of a `git_buf`, performing an overflow calculation on the growth.
* Fix crash in free() when git_buf_grow() fails.Jeff Hostetler2015-01-091-0/+31