Skip to content

Commit 7f96f90

Browse files
committed
[0.4.9] [CDFS_NEW] Mute continuable assertion to avoid CORE-14067
like in 0.4.8 before (cherry picked from commit 51f9494)
1 parent d465704 commit 7f96f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/filesystems/cdfs_new/cddata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ CdRaiseStatusEx (
501501
DbgPrint( "CDFS: Contact CDFS.SYS component owner for triage.\n");
502502
DbgPrint( "CDFS: 'eb %p 0;eb %p 0' to disable this alert.\n", &CdTestRaisedStatus, &CdBreakOnAnyRaise);
503503

504-
NT_ASSERT(FALSE);
504+
/* NT_ASSERT(FALSE); silenced to avoid CORE-14067 */
505505
}
506506

507507
if (NormalizeStatus) {

0 commit comments

Comments
 (0)