Re: Bug#261755: Control sequences injection patch

2004-08-23 Thread Jan Minar
On Sun, Aug 22, 2004 at 08:02:54PM +0200, Jan Minar wrote: > +/* vasprintf() requires _GNU_SOURCE. Which is OK with Debian. */ > +#ifndef _GNU_SOURCE > +#define _GNU_SOURCE This must be done before stdio.h is included. > +#endif > +#include > + > #ifndef errno > extern int errno; > #endif >

Re: Bug#261755: Control sequences injection patch

2004-08-22 Thread Jan Minar
tags 261755 +patch thanks On Sun, Aug 22, 2004 at 11:39:07AM +0200, Thomas Hood wrote: > The changes contemplated look very invasive. How quickly can this > bug be fixed? Here we go: Hacky, non-portable, but pretty slick & non-invasive, whatever that means. Now I'm going to check whether it is