DragonFly-2.3.0.390.ga4a63 master sys/kern kern_ktrace.c usr.bin/ktrace ktrace.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Mar 12 09:19:06 PDT 2009
commit a4a639859f6bc14f9f55142b4bd2289b2a56d7f2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Mar 12 09:15:10 2009 -0700
Fix kernel panic on NULL pointer deref w/ certain ktrace commands, allow -c -f.
Fix a kernel panic on a NULL pointer dereference with certain ktrace -c
commands.
Allow the -c -f <file> combination (taken from FreeBSD).
Submitted-by: Stathis Kamperis <beket>
Summary of changes:
sys/kern/kern_ktrace.c | 22 ++++++++++++----------
usr.bin/ktrace/ktrace.c | 2 +-
2 files changed, 13 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a4a639859f6bc14f9f55142b4bd2289b2a56d7f2
--
DragonFly BSD source repository
More information about the Commits
mailing list