Subject: | RegQueryValueEx can cause perl to crash. Patch attached |
if RegQueryValueEx is used to get a value of length 0, any access of
that value causes perl to crash. Patch attachedif RegQueryValueEx is
used to get a value of length 0, any access of that value causes perl to
crash. Patch attached.
A registry value of length 0 can be created with
Win32API::Registry::RegSetValueEx($key, $name, 0,
Win32API::Registry::REG_SZ(), '');