Your message dated Mon, 13 Oct 2014 13:16:39 +0200
with message-id <[email protected]>
and subject line Re: [Debichem-devel] Bug#743023: printf use variable as the 
first argument
has caused the Debian Bug report #743023,
regarding aces3: printf use variable as the first
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
743023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743023
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Hi,

On Sun, Mar 30, 2014 at 12:38:47PM +0800, Yunqiang Su wrote:
> 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");
>  }

Thanks, the same patch had been applied by Anton Gladky in the 3.0.6-7.1
NMU, so closing this bug.


Michael

--- End Message ---

Reply via email to