History log of /PHP-7.4/ext/com_dotnet/tests/bug62474.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 7424bfc7 22-Oct-2020 Christoph M. Becker

Fix #62474: com_event_sink crashes on certain arguments

We have to make sure that the variant is of type `VT_DISPATCH` before
we access it as such.

Closes GH-6372.