Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 01/03/2001 17:33:35
Module Name:	syssrc
Committed By:	pk
Date:		Wed Jan  3 15:33:35 UTC 2001

Modified Files:
	syssrc/sys/arch/sparc64/sparc64: db_trace.c

Log Message:
* Apply proper cast for 32 -> 64 bit pointer argument conversion.
* Since probeget() isn't geared up to deal with _arbitrary_ memory fault
  types (and doesn't work at all when called from an interrupt context),
  add explicit sanity checks on a stack frame's contents before use
  (XXX - needs revisiting).


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/arch/sparc64/sparc64/db_trace.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.