Description
COMPersistHelper::LoadFromStream() segfaults if the COM object implements IPersistStream but not IPersistStreamInit:
|
res = get_persist_stream(helper); |
|
if (helper->ips) { |
|
res = IPersistStreamInit_Load(helper->ipsi, stm); |
|
} |
PHP Version
PHP 5.0
Operating System
Windows