Author: hbelusca Date: Fri Feb 27 01:59:17 2015 New Revision: 66476
URL: http://svn.reactos.org/svn/reactos?rev=66476&view=rev Log: [BUGCODES]: Add bugcheck 0xF7 DRIVER_OVERRAN_STACK_BUFFER (that encountered while debugging Windows), with description coming from what windbg gave to me.
Modified: trunk/reactos/include/reactos/mc/bugcodes.mc
Modified: trunk/reactos/include/reactos/mc/bugcodes.mc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/mc/bugcodes... ============================================================================== --- trunk/reactos/include/reactos/mc/bugcodes.mc [iso-8859-1] (original) +++ trunk/reactos/include/reactos/mc/bugcodes.mc [iso-8859-1] Fri Feb 27 01:59:17 2015 @@ -1578,6 +1578,15 @@ The PCI driver has detected an error in a PCI device or BIOS being verified. .
+MessageId=0xF7 +Severity=Success +Facility=System +SymbolicName=DRIVER_OVERRAN_STACK_BUFFER +Language=English +A driver has overrun a stack-based buffer. This overrun could potentially +allow a malicious user to gain control of this machine. +. + MessageId=0xF8 Severity=Success Facility=System