From 689cb6527fdd5f93eea5ee311e3a73e986e5bce4 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 19 Mar 2021 21:48:19 +0100 Subject: [PATCH] Changes: Fix inconsistent indentation --- expat/Changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/expat/Changes b/expat/Changes index e9b072c7..9897b2c5 100644 --- a/expat/Changes +++ b/expat/Changes @@ -5,11 +5,11 @@ NOTE: We are looking for help with a few things: Release x.x.xx xxx xxxxxxx xx xxxx Bug fixes: #438 When calling XML_ParseBuffer without a prior successful call to - XML_GetBuffer as a user, no longer trigger undefined behavior - (by adding an integer to a NULL pointer) but rather return - XML_STATUS_ERROR and set the error code to (new) code - XML_ERROR_NO_BUFFER. Found by UBSan (UndefinedBehaviorSanitizer) - of Clang 11 (but not Clang 9). + XML_GetBuffer as a user, no longer trigger undefined behavior + (by adding an integer to a NULL pointer) but rather return + XML_STATUS_ERROR and set the error code to (new) code + XML_ERROR_NO_BUFFER. Found by UBSan (UndefinedBehaviorSanitizer) + of Clang 11 (but not Clang 9). Other changes: #439 xmlwf: Add argument -k to allow continuing after