From 0fa2754a0e1a1ee899cb8bf37a3b090c12a80b97 Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Wed, 21 May 2025 21:15:51 +0200 Subject: [PATCH] Fix change's title Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 493bf276..45a674ce 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ 21 May 2025 - 2.9.9 ------------------- - * fix: Possible DoS vulnerability + * fix: DoS vulnerability [PR from private repo - @theseion, @fzipi, @airween; fixed CVE-2025-47947] * chore: log error codes for global mutex failure modes. [Issue #3387 - @airween]