aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_oom.c
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'andrea/bug11476'Nick Mathewson2014-05-22
|\
| * Add --disable-mempools configure optionAndrea Shepard2014-05-12
| |
* | Fix leaks in test_oom.cNick Mathewson2014-04-26
|/
* scan-build: Fix harmless sizeof(ptr) in test_oom.cNick Mathewson2014-04-19
| | | | | We meant to using random bytes to fill a buffer, up to 3000 at a time. Instead we were taking them sizeof(void*) at a time.
* More unit tests for OOM handling.Nick Mathewson2014-02-12
| | | | | This gets us up to no interesting untested new or changed lines for the 10169 code.
* Initial unit tests for OOM handlingNick Mathewson2014-02-12