mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
The #ss fault handler erronously does not check for the fault
originated from the return to usermode. #ss must be handled same as #np. Reported by: Andrew Lutomirski through secteam Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
e6b369a09c
commit
f024d1a3a3
1 changed files with 0 additions and 2 deletions
|
|
@ -443,8 +443,6 @@ trap(struct trapframe *frame)
|
|||
goto out;
|
||||
|
||||
case T_STKFLT: /* stack fault */
|
||||
break;
|
||||
|
||||
case T_PROTFLT: /* general protection fault */
|
||||
case T_SEGNPFLT: /* segment not present fault */
|
||||
if (td->td_intr_nesting_level != 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue