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 | use consistent MA_ prefix | Jakob Kaivo |
2020-06-30 | add a test program that can be wrapped with LD_PRELOAD | Jakob Kaivo |
2020-06-30 | add tests for double free() and use after free() | Jakob Kaivo |
2020-06-30 | add a third round that forces new allocation | Jakob Kaivo |
2020-06-30 | add simple realloc() test | Jakob Kaivo |
2020-06-30 | add some simple tests | Jakob Kaivo |