Package: aces3
Version: 3.0.6-7

This may be a security problem.
And it also make it ftbfs on mips64el.

This is the patch

--- a/sial/errorhl.cpp
+++ b/sial/errorhl.cpp
@@ -24,7 +24,7 @@
 {
     errors++;
     printf("\nline %d, ", line);
-    printf((const char*)outputstring);
+    printf("%s", (const char*)outputstring);
     printf("\n");
 }


-- 
Yunqiang Su


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to