From 197d032aa83db9f13fb4e32d83633cff41baf3e2 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Wed, 27 Sep 2023 11:34:30 +0000 Subject: [PATCH] Add a CHANGES note for [GL #4331] (cherry picked from commit 9c545c3513a1f78dc21e83a823041da790925158) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index e85aae8e22..41fde2e83c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6261. [bug] Fix a possible assertion failure on an error path in + resolver.c:fctx_query(), when using an uninitialized + link. [GL #4331] + 6254. [cleanup] Add semantic patch to do an explicit cast from char to unsigned char in ctype.h class of functions. [GL #4327]