dbghelp: Fix some corner case of virtual module loading.
commit83476e3d4ab0a0c7b1eca392e363591ba550440c
authorEric Pouech <epouech@codeweavers.com>
Mon, 8 Jan 2024 14:29:02 +0000 (8 15:29 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Mar 2024 21:05:51 +0000 (6 22:05 +0100)
treeb78c73d6b15d7c8531b5d856881c8a644607deef
parent4f80a599b66c4f7ea0e35971c89672b64d9b0fa7
dbghelp: Fix some corner case of virtual module loading.

Seen when debugging some game, one can load a virtual module with
a NULL image name.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
dlls/dbghelp/module.c
dlls/dbghelp/tests/path.c