diff options
Diffstat (limited to '')
| -rw-r--r-- | libtest/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libtest/TODO b/libtest/TODO new file mode 100644 index 0000000..65e2642 --- /dev/null +++ b/libtest/TODO @@ -0,0 +1,7 @@ +libtest_alloc should overallocate and fill the extra data with random +bytes and store a checksum which libtest_free should use to determine +if and out of bounds write has been performed. This requires +libtest_alloc only sets the unusable memory size to what has been +required (rounded up to the next page size multiple for pvalloc). It +may also be a good idea to allocate a few bytes before the returned +address. |
