On Tue, Jan 19, 2010 at 10:56:48PM +, Colin Watson wrote:
> On Tue, Jan 19, 2010 at 11:29:14PM +0100, Robert Millan wrote:
> > On Sun, Jan 17, 2010 at 01:02:55PM +0100, Vladimir 'φ-coder/phcoder'
> > Serbinenko wrote:
> > > Robert Millan wrote:
> > > > On Fri, Jan 01, 2010 at 09:32:24AM +,
On Tue, Jan 19, 2010 at 11:29:14PM +0100, Robert Millan wrote:
> On Sun, Jan 17, 2010 at 01:02:55PM +0100, Vladimir 'φ-coder/phcoder'
> Serbinenko wrote:
> > Robert Millan wrote:
> > > On Fri, Jan 01, 2010 at 09:32:24AM +, Colin Watson wrote:
> > >> On Tue, Dec 29, 2009 at 10:30:12AM +0100, Vl
On Sun, Jan 17, 2010 at 01:02:55PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> Robert Millan wrote:
> > On Fri, Jan 01, 2010 at 09:32:24AM +, Colin Watson wrote:
> >
> >> On Tue, Dec 29, 2009 at 10:30:12AM +0100, Vladimir 'φ-coder/phcoder'
> >> Serbinenko wrote:
> >>
> >>> +
Robert Millan wrote:
> On Fri, Jan 01, 2010 at 09:32:24AM +, Colin Watson wrote:
>
>> On Tue, Dec 29, 2009 at 10:30:12AM +0100, Vladimir 'φ-coder/phcoder'
>> Serbinenko wrote:
>>
>>> +char *EXPORT_FUNC(grub_asprintf) (const char *fmt, ...)
>>> + __attribute__ ((format (printf, 1, 2
Robert Millan wrote:
> On Tue, Dec 29, 2009 at 10:30:12AM +0100, Vladimir 'φ-coder/phcoder'
> Serbinenko wrote:
>
>> sprintf is potentially dangerous especially with gettext, when messages
>> may be larger than coder would expect. I attach the patch to fix it
>>
>
> Could you split the pat
Colin Watson wrote:
> On Tue, Dec 29, 2009 at 10:30:12AM +0100, Vladimir 'φ-coder/phcoder'
> Serbinenko wrote:
>
>> +char *EXPORT_FUNC(grub_asprintf) (const char *fmt, ...)
>> + __attribute__ ((format (printf, 1, 2)));
>>
>
> It's very confusing that you've made grub_asprintf have a dr
On Fri, Jan 01, 2010 at 12:52:56PM +0100, Robert Millan wrote:
> On Fri, Jan 01, 2010 at 09:32:24AM +, Colin Watson wrote:
> > On Tue, Dec 29, 2009 at 10:30:12AM +0100, Vladimir 'φ-coder/phcoder'
> > Serbinenko wrote:
> > > +char *EXPORT_FUNC(grub_asprintf) (const char *fmt, ...)
> > > + _
On Fri, Jan 01, 2010 at 09:32:24AM +, Colin Watson wrote:
> On Tue, Dec 29, 2009 at 10:30:12AM +0100, Vladimir 'φ-coder/phcoder'
> Serbinenko wrote:
> > +char *EXPORT_FUNC(grub_asprintf) (const char *fmt, ...)
> > + __attribute__ ((format (printf, 1, 2)));
>
> It's very confusing that you
On Tue, Dec 29, 2009 at 10:30:12AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> sprintf is potentially dangerous especially with gettext, when messages
> may be larger than coder would expect. I attach the patch to fix it
Could you split the patches into one for asprintf and one for *npr
On Tue, Dec 29, 2009 at 10:30:12AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> +char *EXPORT_FUNC(grub_asprintf) (const char *fmt, ...)
> + __attribute__ ((format (printf, 1, 2)));
It's very confusing that you've made grub_asprintf have a dramatically
different interface from asprin
10 matches
Mail list logo