History log of /PHP-7.4/ext/com_dotnet/tests/bug79248.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# f649aded 08-Feb-2020 Christoph M. Becker

Fix #79248: Traversing empty VT_ARRAY throws com_exception

If the `VT_ARRAY` is empty, i.e. its upperbound is less than its lower
bound, we must not call `php_com_safearray_get_elem()`,

Fix #79248: Traversing empty VT_ARRAY throws com_exception

If the `VT_ARRAY` is empty, i.e. its upperbound is less than its lower
bound, we must not call `php_com_safearray_get_elem()`, because that
function throws in this case.

show more ...