Age | Commit message (Expand) | Author |
---|---|---|
2020-06-30 | add tests for attempting to free() or realloc() on an invalid address | Jakob Kaivo |
2020-06-30 | add optional macros to directly provide the <stdlib.h> interface | Jakob Kaivo |
2020-06-30 | add a test program that can be wrapped with LD_PRELOAD | Jakob Kaivo |
2020-06-30 | add wrapper library to LD_PRELOAD malloc(), calloc(), realloc(), and free() | Jakob Kaivo |
2020-06-30 | add tests for double free() and use after free() | Jakob Kaivo |
2020-06-30 | add simple realloc() test | Jakob Kaivo |
2020-06-30 | add some simple tests | Jakob Kaivo |
2020-06-30 | add Makefile | Jakob Kaivo |