cvs commit: src/sys/sparc64/sparc64 trap.c

Marius Strobl marius at FreeBSD.org
Sun Aug 24 20:02:37 UTC 2008


marius      2008-08-24 20:02:18 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  trap.c 
  Log:
  SVN rev 182119 on 2008-08-24 20:02:18Z by marius
  
  MFamd64: r133413
  
  In syscall, always make a copy of parameters from trapframe, this
  becauses some syscalls using set_mcontext can sneakily change
  parameters and later when those syscalls references parameters,
  they will wrongly use register values in mcontext_t.
  
  PR:             72998
  MFC after:      3 days
  
  Revision  Changes    Path
  1.92      +6 -9      src/sys/sparc64/sparc64/trap.c


More information about the cvs-src mailing list