-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed as not planned
Labels
Description
Description
The following code:
<?php
dl("dl_test");
Resulted in this output:
/home/phpfuzz/WorkSpace/flowfusion/php-src/Zend/zend_API.c:3263:67: runtime error: member access within null pointer of type 'struct _zend_module_entry'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /home/phpfuzz/WorkSpace/flowfusion/php-src/Zend/zend_API.c:3263:67
To reproduce:
-d "extension_dir=/home/phpfuzz/WorkSpace/flowfusion/php-src/modules/" -d "disable_classes=stdclass"
PHP Version
nightly
Operating System
No response