From 8fc4e79cf92e8e0e6add67309b1e449c0e34b311 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 14 Nov 2024 12:27:31 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index bb891d2..3cf4cff 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ## Upcoming Changes +Add counts for bad `realloc`s and `free`s that are printed at program's end. + +(A bad `realloc` or `free` is an attempted `realloc` or `free` of a memory +location that wasn't `malloc`d or `realloc`d.) + ## Version 2.10 Internal refactorings.