2868179c
by Bernhard Übelacker at 2025-01-14T22:05:29+01:00
kernel32/tests: Avoid stack buffer overflow in get_com_dir_size (ASan).
Function gets called with Magic == 0xdead, which causes the test to
use the 64-bit path, which results in this buffer overflow.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>