[NTOS:IO] Be more specific for chasing CORE-17587

Addendum to 42ec1388d7
This commit is contained in:
Jérôme Gardou 2021-05-26 11:03:34 +02:00
parent 42ec1388d7
commit b0ebf68d98

View file

@ -713,7 +713,7 @@ IoRaiseInformationalHardError(IN NTSTATUS ErrorStatus,
{
DPRINT1("IoRaiseInformationalHardError: %lx, '%wZ'\n", ErrorStatus, String);
#if DBG
__debugbreak(); /* CORE-17587 */
ASSERT(ErrorStatus != STATUS_FILE_CORRUPT_ERROR); /* CORE-17587 */
#endif
return FALSE;
}