From 40fa599be4fa547bd1766c51fa8df600e087424f Mon Sep 17 00:00:00 2001 From: Akilan Date: Mon, 30 Dec 2024 13:01:00 +0000 Subject: [PATCH] test whole program --- benchmarks/benchmarks/cfrac/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/benchmarks/cfrac/malloc.h b/benchmarks/benchmarks/cfrac/malloc.h index 8eeb12b..3e9f66b 100644 --- a/benchmarks/benchmarks/cfrac/malloc.h +++ b/benchmarks/benchmarks/cfrac/malloc.h @@ -199,7 +199,7 @@ void* MALLOCCHERI(size_t sz) printf("%d Malloc counter new\n", MallocCounter); void *ptrLink = &ptr[MallocCounter]; - ptrLink = cheri_setbounds(ptrLink, sz); + ptrLink = cheri_bounds_set(ptrLink, sz); return ptrLink;