in reply to Searching for sprintf() bug exploit opportunities in core and CPAN modules

It seems to me that the problem isn't so much with Perl itself, as with the printf/sprintf functions. Wouldn't the same problem exist in C, as in Perl?

  • Comment on Re: Searching for sprintf() bug exploit opportunities in core and CPAN modules

Replies are listed 'Best First'.
Re^2: Searching for sprintf() bug exploit opportunities in core and CPAN modules
by diotalevi (Canon) on Dec 09, 2005 at 05:51 UTC
    No. Perl has its own sprintf() function. This bug is unique to perl. Patches have just been released for a variety of perl versions.