diff --git a/magick/exception.c b/magick/exception.c
index 39e2c4b..666ee34 100644
--- a/magick/exception.c
+++ b/magick/exception.c
@@ -455,6 +455,7 @@
   char
     exception[MaxTextExtent];
 
+  *exception='\0';
 #if defined(MAGICKCORE_HAVE_STRERROR_R)
   (void) strerror_r(error,exception,sizeof(exception));
 #else