Coder path traversal is not authorized, bug report provided by Masaaki Chida
diff --git a/MagickCore/configure.c b/MagickCore/configure.c
index 9c7cc3f..081283b 100644
--- a/MagickCore/configure.c
+++ b/MagickCore/configure.c
@@ -677,7 +677,8 @@
       element=(const char *) GetNextValueInLinkedList(paths);
       while (element != (const char *) NULL)
       {
-        (void) FormatLocaleString(path,MagickPathExtent,"%s%s",element,filename);
+        (void) FormatLocaleString(path,MagickPathExtent,"%s%s",element,
+          filename);
         (void) LogMagickEvent(ConfigureEvent,GetMagickModule(),
           "Searching for configure file: \"%s\"",path);
         xml=ConfigureFileToStringInfo(path);