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]