Date: 08/04/99
- Next message: Vadim Kolontsov: "Re: [PHP-DEV] Multiple char encodings for site internationalzation"
- Previous message: php <email protected>: "[PHP-DEV] PHP 4.0 Bug #1954: rand range parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: mtippett <email protected>
Operating system: Solaris 2.6/Apache 1.3.6
PHP version: 3.0.12
PHP Bug Type: Reproduceable crash
Bug description: SEGV for httpd on error_log
The following snippett intermitently causes a SEGV.
<?
$string = "+%28E";
error_log($string,0);
?>
Looking at other effects of having % in error_log strings it would
appear that error_log uses in some way ?printf(), but does not
have % characters escaped before hand.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Vadim Kolontsov: "Re: [PHP-DEV] Multiple char encodings for site internationalzation"
- Previous message: php <email protected>: "[PHP-DEV] PHP 4.0 Bug #1954: rand range parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

