mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d: Validate resource pointer for transition barriers.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
b6e35378fc
commit
e912a2c329
@@ -3201,7 +3201,7 @@ void d3d12_device_mark_as_removed(struct d3d12_device *device, HRESULT reason,
|
||||
va_list args;
|
||||
|
||||
va_start(args, message);
|
||||
WARN("Device %p is lost (reason %#x, message \"%s\").\n",
|
||||
WARN("Device %p is lost (reason %#x, \"%s\").\n",
|
||||
device, reason, vkd3d_dbg_vsprintf(message, args));
|
||||
va_end(args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user