[pkg-GD-devel] Bug#643422: libgd2: format-security FTBFS

Thorsten Glaser tg at mirbsd.de
Fri Oct 14 20:27:54 UTC 2011


Hi,

can we have this fixed, pretty please? It prevents building on m68k,
where this version had not yet been built (but the previous, which,
due to the libjpeg transition, is no longer installable, so this is
pretty blocking there).

The correct fix is to replace
	char *foo = /* something */;
	printf(foo);
with
	printf("%s", foo);
or some putsish function.

I may NMU if I get bored enough and nothing happens in a week.

bye,
//mirabilos
-- 
  "Using Lynx is like wearing a really good pair of shades: cuts out
   the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
                                         -- Henry Nelson, March 1999





More information about the pkg-GD-devel mailing list