Skip to content

Commit 8df9f9a

Browse files
committed
add descriptive debug line to uaf.c test
1 parent a47dc42 commit 8df9f9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/uaf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ int main(int argc, char *argv[]) {
1919

2020
/* Dereference a pointer that should have been
2121
* detected and overwritten with UAF_PTR_PAGE */
22+
LOG("Attempting to dereference test->str.\nWe should fault on %x", UAF_PTR_PAGE_ADDR);
2223
LOG("%s", test->str);
2324
iso_free(test);
2425

0 commit comments

Comments
 (0)