Blame SOURCES/libXaw-1.0.12-format-security.patch

026909
diff -Naur libXaw-1.0.12.orig/src/DisplayList.c libXaw-1.0.12/src/DisplayList.c
026909
--- libXaw-1.0.12.orig/src/DisplayList.c	2013-09-08 05:57:54.000000000 +0200
026909
+++ libXaw-1.0.12/src/DisplayList.c	2014-04-16 18:08:03.440000000 +0200
026909
@@ -287,7 +287,7 @@
026909
 	}
026909
       if (fp)
026909
 	{
026909
-	  snprintf(cname, fp - fname + 1, fname);
026909
+	  snprintf(cname, fp - fname + 1, "%s", fname);
026909
 	  memmove(fname, fp + 1, strlen(fp));
026909
 	  lc = cname[0] ? XawGetDisplayListClass(cname) : xlibc;
026909
 	  if (!lc)