We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47dc42 commit 8df9f9aCopy full SHA for 8df9f9a
1 file changed
tests/uaf.c
@@ -19,6 +19,7 @@ int main(int argc, char *argv[]) {
19
20
/* Dereference a pointer that should have been
21
* detected and overwritten with UAF_PTR_PAGE */
22
+ LOG("Attempting to dereference test->str.\nWe should fault on %x", UAF_PTR_PAGE_ADDR);
23
LOG("%s", test->str);
24
iso_free(test);
25
0 commit comments