ntdll: Do not fill the IOSB or signal completion on failure in cdrom_DeviceIoControl().
commit5f76f07bff03dc80453cf742be1fe23781c12d92
authorElizabeth Figura <zfigura@codeweavers.com>
Sat, 25 Jun 2022 01:36:30 +0000 (24 20:36 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Jun 2024 20:59:39 +0000 (21 22:59 +0200)
tree298c46c27f4789fc9cf64ac18371bc8a3f578247
parent0e928ccaea0c03da28fca2d7356402c6c2357cc9
ntdll: Do not fill the IOSB or signal completion on failure in cdrom_DeviceIoControl().

Synchronous NT_ERROR conditions should not touch the IOSB or signal completion.
dlls/ntdll/unix/cdrom.c