2a1e52bf
by Nikolay Sivov at 2025-04-28T16:32:04+02:00
uiautomationcore: Fix BSTR buffer overrun (ASan).
Length argument to SysAllocStringLen() should not exceed the length of
the string argument.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>