tags 651906 + pending thanks Dear maintainer,
I've prepared an NMU for binutils-m68hc1x (versioned as 1:2.18-3.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Red Hot Chili Peppers: Stadium Arcadium
diff -u binutils-m68hc1x-2.18/debian/changelog binutils-m68hc1x-2.18/debian/changelog --- binutils-m68hc1x-2.18/debian/changelog +++ binutils-m68hc1x-2.18/debian/changelog @@ -1,3 +1,13 @@ +binutils-m68hc1x (1:2.18-3.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS format security problems.": add patch + 03_fix-format-security.patch from peter green that adds the missing + format arguments. + Closes: #651906 + + -- gregor herrmann <gre...@debian.org> Wed, 04 Jan 2012 19:30:15 +0100 + binutils-m68hc1x (1:2.18-3.1) unstable; urgency=low * Non maintainer upload. only in patch2: unchanged: --- binutils-m68hc1x-2.18.orig/debian/patches/03_fix-format-security.patch +++ binutils-m68hc1x-2.18/debian/patches/03_fix-format-security.patch @@ -0,0 +1,17 @@ +--- binutils-2.18/binutils/cxxfilt.c 2007-08-06 19:55:10.000000000 +0000 ++++ binutils-2.18/binutils/cxxfilt.c 2011-12-13 00:13:40.000000000 +0000 +@@ -63,12 +63,12 @@ + result = cplus_demangle (mangled_name + skip_first, flags); + + if (result == NULL) +- printf (mangled_name); ++ printf ("%s",mangled_name); + else + { + if (mangled_name[0] == '.') + putchar ('.'); +- printf (result); ++ printf ("%s",result); + free (result); + } + }
signature.asc
Description: Digital signature