From 86087e5f9cf4a0512ba36b4d01086b905574a47d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 11 May 2026 23:15:33 +0200 Subject: Misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libtest/TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libtest/TODO (limited to 'libtest/TODO') 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. -- cgit v1.2.3-70-g09d2