sas Tue Apr 1 14:15:15 2003 EDT Modified files: (Branch: PHP_4) /php4/main output.c Log: MFH uninit'ed read Index: php4/main/output.c diff -u php4/main/output.c:1.142.2.3 php4/main/output.c:1.142.2.3.2.1 --- php4/main/output.c:1.142.2.3 Tue Dec 31 11:26:12 2002 +++ php4/main/output.c Tue Apr 1 14:15:15 2003 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: output.c,v 1.142.2.3 2002/12/31 16:26:12 sebastian Exp $ */ +/* $Id: output.c,v 1.142.2.3.2.1 2003/04/01 19:15:15 sas Exp $ */ #include "php.h" #include "ext/standard/head.h" @@ -453,7 +453,7 @@ */ static int php_ob_init(uint initial_size, uint block_size, zval *output_handler, uint chunk_size, zend_bool erase TSRMLS_DC) { - int result, len; + int result = FAILURE, len; char *handler_name, *next_handler_name; HashPosition pos; zval **tmp;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php