Your message dated Sun, 21 Jun 2009 17:17:07 +0000
with message-id <[email protected]>
and subject line Bug#487503: fixed in lockfile-progs 0.1.13
has caused the Debian Bug report #487503,
regarding Missing format argument in lockfile-progs.c:usage()
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.)


-- 
487503: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487503
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lockfile-progs
Version: 0.1.11-0.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch intrepid

Hello,

As Ubuntu's gcc has some hardening patches applied, lockfile-progs
0.1.11-0.1 fails to build in Ubuntu intrepid with the following error
message:
,----
| lockfile-progs.c: In function 'usage':
| lockfile-progs.c:79: error: format not a string literal and no format 
arguments
`----
I hope your are interested in a patch fixing it (patch attached).

Regards,
Michael

diff -Nru lockfile-progs-0.1.11/lockfile-progs.c 
lockfile-progs-0.1.11/lockfile-progs.c
--- lockfile-progs-0.1.11/lockfile-progs.c      2007-08-25 02:21:18.000000000 
+0200
+++ lockfile-progs-0.1.11/lockfile-progs.c      2008-06-20 18:12:23.000000000 
+0200
@@ -76,7 +76,7 @@
         command_name);
     exit(1);
   }
-  msg(file, usage_str);
+  msg(file, "%s", usage_str);
 }
 
 static void



--- End Message ---
--- Begin Message ---
Source: lockfile-progs
Source-Version: 0.1.13

We believe that the bug you reported is fixed in the latest version of
lockfile-progs, which is due to be installed in the Debian FTP archive:

lockfile-progs_0.1.13.dsc
  to pool/main/l/lockfile-progs/lockfile-progs_0.1.13.dsc
lockfile-progs_0.1.13.tar.gz
  to pool/main/l/lockfile-progs/lockfile-progs_0.1.13.tar.gz
lockfile-progs_0.1.13_i386.deb
  to pool/main/l/lockfile-progs/lockfile-progs_0.1.13_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rob Browning <[email protected]> (supplier of updated lockfile-progs 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 21 Jun 2009 10:00:52 -0700
Source: lockfile-progs
Binary: lockfile-progs
Architecture: source i386
Version: 0.1.13
Distribution: unstable
Urgency: low
Maintainer: Rob Browning <[email protected]>
Changed-By: Rob Browning <[email protected]>
Description: 
 lockfile-progs - Programs for locking and unlocking files and mailboxes
Closes: 487503
Changes: 
 lockfile-progs (0.1.13) unstable; urgency=low
 .
   * Make exit_status volatile since it interacts with a signal handler.
 .
   * Adjust code for -Wformat-security.  Thanks to Michael Bienia
     <[email protected]>. (closes: #487503)
Checksums-Sha1: 
 2c8368b378033472504394471c8b35fa96a27f8f 735 lockfile-progs_0.1.13.dsc
 ae3dfb42d4c1b6c9bc9be7a502d657ed2b58f74d 116495 lockfile-progs_0.1.13.tar.gz
 d9be681a2bcd1c085c3ec4900d2f2b74f30f83e5 9158 lockfile-progs_0.1.13_i386.deb
Checksums-Sha256: 
 ed3e9c3d3958ac1d6faf142c08a86d9984d05383c7f289037ffe8fdaa0ba4d0e 735 
lockfile-progs_0.1.13.dsc
 375c6068579770eaad73000eed54615fc8f4fb1ebd9384ed00ab7d0409711303 116495 
lockfile-progs_0.1.13.tar.gz
 769c133efb211cd7f094acbfeff7b68f0c4238bd4e51d3a3bf363cc2b916f244 9158 
lockfile-progs_0.1.13_i386.deb
Files: 
 c9af4e136eee89b501e49bac643622d5 735 misc optional lockfile-progs_0.1.13.dsc
 88451e265090f66a69665eabd5d75f8f 116495 misc optional 
lockfile-progs_0.1.13.tar.gz
 b293f91bc652c91c8b705f466356ca19 9158 misc optional 
lockfile-progs_0.1.13_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAko+aI0ACgkQJcjTd4x+c6S7XgCgqozSK42S8S3BzjvIl3eiNkE/
hdMAmwbM4BxmSEP5y2GV3Gs35lovstkJ
=pTWS
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to