[PHP-DEV] PHP 4.0 Bug #6261: sscanf($a, "%d"); produces core dump if $a is undefined From: alex <email protected>
Date: 08/20/00

From: alex <email protected>
Operating system: linux-glibc21
PHP version: 4.0 Latest CVS (20/08/2000)
PHP Bug Type: Reproduceable crash
Bug description: sscanf($a, "%d"); produces core dump if $a is undefined

<? sscanf($a, "%d"); ?>

This core dumps if $a is not defined.

-- 
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>