From 0651c819e3799184854b78762a339f59fba900ce Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 7 Apr 2019 00:34:13 -0400 Subject: [PATCH] clarify hardened_malloc extensions section --- h_malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h_malloc.h b/h_malloc.h index 720b689..4cf7b91 100644 --- a/h_malloc.h +++ b/h_malloc.h @@ -91,7 +91,7 @@ void h_malloc_disable(void); void h_malloc_enable(void); #endif -// custom extensions +// hardened_malloc extensions // return an upper bound on object size for any pointer based on malloc metadata size_t h_malloc_object_size(void *ptr);