From 80538812119d4f940fce2bc408761a28c8b3add5 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 17 May 2003 08:06:53 +0000 Subject: protect against further surprises by initializing all zend_file_handle's --- sapi/isapi/php4isapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/isapi/php4isapi.c') diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index fc8f5d9667..88d95ebdaf 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -717,7 +717,7 @@ BOOL exceptionhandler(LPEXCEPTION_POINTERS *e, LPEXCEPTION_POINTERS ep) DWORD WINAPI HttpExtensionProc(LPEXTENSION_CONTROL_BLOCK lpECB) { - zend_file_handle file_handle; + zend_file_handle file_handle = {0}; zend_bool stack_overflown=0; #ifdef PHP_ENABLE_SEH LPEXCEPTION_POINTERS e; -- cgit v1.2.1