From 125efe99db7906874e7ac5bf077c08e1f2fb98f5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 18 Aug 2019 02:51:32 -0400 Subject: [PATCH] fix wording in note about malloc_object_size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21c9874..c16e6aa 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ was a bit less important and if a core goal was finding latent bugs. * Zero size allocations are a dedicated size class with the entire region remaining non-readable and non-writable * Extension for retrieving the size of allocations with fallback [in-progress, - needs to be porting from the previous OpenBSD-based allocator] + needs to be ported from the previous OpenBSD malloc-based allocator] to a sentinel for pointers not managed by the allocator * Can also return accurate values for pointers *within* small allocations * The same applies to pointers within the first page of large allocations,