freebsd-dev/sys/cddl/dev/dtrace/i386
Konstantin Belousov 888e282ab4 When checking for the valid value of the frame pointer, verify that it
belongs to the kernel stack address range for the thread.  Right now,
code checks that new frame is not farther then KSTACK_PAGES pages from
the current frame, which allows the address to point past the top of
the stack.

Reviewed by:	andrew, emaste, markj
Differential revision:	https://reviews.freebsd.org/D3108
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
2015-07-16 19:40:18 +00:00
..
dtrace_asm.S Remove unused references to calltrap. 2015-05-25 01:22:56 +00:00
dtrace_isa.c When checking for the valid value of the frame pointer, verify that it 2015-07-16 19:40:18 +00:00
dtrace_subr.c Remove some commented-out upstream code for handling traps from usermode 2015-05-10 22:27:48 +00:00
instr_size.c Mechanically convert cddl sun #ifdef's to illumos 2015-01-17 14:44:59 +00:00