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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to