]> granicus.if.org Git - php/commitdiff
#28589: Segfault in Reflection API
authorMarcus Boerger <helly@php.net>
Mon, 31 May 2004 21:38:01 +0000 (21:38 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 31 May 2004 21:38:01 +0000 (21:38 +0000)
Zend/zend_compile.c

index 31414d1ed8bb44edb66ecf3835d772c1283168e2..91310655d385041d591f3431c35b37b74a293c63 100644 (file)
@@ -3746,6 +3746,7 @@ ZEND_API void zend_initialize_class_data(zend_class_entry *ce, zend_bool nullify
                ce->parent = NULL;
                ce->num_interfaces = 0;
                ce->interfaces = NULL;
+               ce->module = NULL;
        }
 }