freebsd-dev/sys/cddl/dev
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
..
dtmalloc The dtmalloc provider uses the short description of a malloc type as the 2013-06-28 03:14:40 +00:00
dtrace When checking for the valid value of the frame pointer, verify that it 2015-07-16 19:40:18 +00:00
fbt First cut of DTrace for AArch64. 2015-07-01 15:51:11 +00:00
lockstat First cut of DTrace for AArch64. 2015-07-01 15:51:11 +00:00
profile First cut of DTrace for AArch64. 2015-07-01 15:51:11 +00:00
sdt Allow creation of SDT probes from a module in which no providers are 2014-06-21 19:29:40 +00:00
systrace Ensure that all eight syscall arguments are available to dtrace_probe(), 2014-04-14 00:23:18 +00:00
prototype.c