From 64114df8d57bde0a6092a23410543f62e0729086 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 11 Jul 2023 19:31:22 +0200 Subject: [PATCH] Update change log --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 815f2616..1c42c3ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,14 @@ file system image name (the file system itself would already work properly with Unicode file names). +- (fix) Fixed heap-use-after-free when using a file system image + built with brotli compression. This was caught last minute by + ASAN. + +- (fix) Catch errors from locale-setting at startup. These errors + will only be reported now, but will no longer cause the program + to abort. + - (feature) `mkdwarfs` command-line options have been reorganized into groups to make them easier to find and to make the default help message less intimidating. The full help can now be accessed