From 650fee25dfe19baf2f453bf521f442779a8d1c85 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 13 Apr 2019 11:37:41 -0400 Subject: [PATCH] ... --- MagickCore/xml-tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/xml-tree.c b/MagickCore/xml-tree.c index 3945820e4..1f0d684da 100644 --- a/MagickCore/xml-tree.c +++ b/MagickCore/xml-tree.c @@ -2058,8 +2058,8 @@ MagickExport XMLTreeInfo *NewXMLTree(const char *xml,ExceptionInfo *exception) attributes=(char **) AcquireQuantumMemory(4, sizeof(*attributes)); else - attributes=(char **) ResizeQuantumMemory(attributes, - (size_t) (l+4),sizeof(*attributes)); + attributes=(char **) ResizeQuantumMemory(attributes,(size_t) + (l+4),sizeof(*attributes)); if (attributes == (char **) NULL) { (void) ThrowMagickException(exception,GetMagickModule(), -- 2.50.1