From 6c15e45328af67c23bd24f10b86fe5646c8a46fd Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 5 Feb 2024 18:15:59 +1100 Subject: [PATCH] Add CHANGES note for [GL #4549] --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 5455544899..0bc037a467 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +6341. [bug] Address use after free in ccmsg_senddone. [GL #4549] + 6340. [test] Fix incorrectly reported errors when running tests with `make test` on platforms with older pytest. [GL #4560]