summaryrefslogtreecommitdiff
path: root/imc
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2024-05-18 15:55:38 -0700
committerMatthew Sotoudeh <matthew@masot.net>2024-05-18 15:55:38 -0700
commitd1a5d76b1c16ac4f2e386d90926fbce50df2efbd (patch)
treead3cc66ec62ae8553bda800826b1e298ec232d13 /imc
parentbdffdb1e9e3b8e4a023c6b55fe24c12b628625c4 (diff)
more info on reservationHEADmaster
Diffstat (limited to 'imc')
-rw-r--r--imc/checker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imc/checker.c b/imc/checker.c
index a7f62ff..91cdfa8 100644
--- a/imc/checker.c
+++ b/imc/checker.c
@@ -51,7 +51,7 @@ void check_main() {
verbose("Reserving %p -- %p\n", redzone_start, redzone_end);
assert(reserve(redzone_start,
(uint8_t*)redzone_end - (uint8_t*)redzone_start,
- curr_buddy));
+ 0, 0, curr_buddy));
}
size_t size_options[] = {1, 128, 1024, 5, 167, 10500};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback