[PHP-DEV] Bug #1955: SEGV for httpd on error_log From: mtippett <email protected>
Date: 08/04/99

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>