git: kernel - Fix DRM_DEBUG() macro
commit ddfc7d9104aad56b6e48069cca77141f3f3dac7f
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Sun Nov 20 09:45:36 2011 -0800
kernel - Fix DRM_DEBUG() macro
* It was dereferencing td->td_proc without checking whether a process
even exists first.
Reported-by: juanfra_
Summary of changes:
sys/dev/drm/drmP.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ddfc7d9104aad56b6e48069cca77141f3f3dac7f
--
DragonFly BSD source repository