ptos: bugcheck: Add BUGCHECK_BAD_FREE reason
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -38,7 +38,8 @@ static CHAR *ReasonTable[] = {
|
||||
[BUGCHECK_UNBOUND_RESRC] = "unbounded resource",
|
||||
[BUGCHECK_EXCEPTION] = "fatal exception",
|
||||
[BUGCHECK_IRQL_NOT_GTE] = "irql not greater than or equal",
|
||||
[BUGCHECK_IRQL_NOT_LTE] = "irql not less than or equal"
|
||||
[BUGCHECK_IRQL_NOT_LTE] = "irql not less than or equal",
|
||||
[BUGCHECK_BAD_FREE] = "bad free"
|
||||
};
|
||||
|
||||
VOID
|
||||
|
||||
Reference in New Issue
Block a user