cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c

John Baldwin jhb at FreeBSD.org
Tue Aug 14 12:42:52 PDT 2007


jhb         2007-08-14 19:42:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/amd64/amd64      trap.c 
    sys/i386/i386        trap.c 
  Log:
  MFC: Handle negative trap numbers (due to a corrupted trapframe) by not
  triggering a nested page fault when indexing the trap_msg[] array.
  
  Revision   Changes    Path
  1.289.2.6  +4 -3      src/sys/amd64/amd64/trap.c
  1.277.2.6  +4 -3      src/sys/i386/i386/trap.c


More information about the cvs-src mailing list