]> granicus.if.org Git - php/commit
When V_BSTR() is NULL, we pass a NULL pointer into php_OLECHAR_to_char() which report...
authorAlan Brown <abrown@php.net>
Thu, 18 Apr 2002 01:52:07 +0000 (01:52 +0000)
committerAlan Brown <abrown@php.net>
Thu, 18 Apr 2002 01:52:07 +0000 (01:52 +0000)
commitbbb133f2924f0bcb2cfcd577c9650e5132f10a0c
tree8822c4ed61feca37718f6be8b0dc9b44b851146b
parent57031f2ba0a31bdda1938b913b777ff9b9a5cc48
When V_BSTR() is NULL, we pass a NULL pointer into php_OLECHAR_to_char() which reports an exception. Better to map a NULL string pointer to ZVAL_NULL.
ext/com/conversion.c
ext/rpc/com/conversion.c