DragonFly BSD
DragonFly commits List (threaded) for 2010-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - jails - Fix NULL pointer deref in prison_remote_ip()


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 3 Feb 2010 15:20:37 -0800 (PST)

commit 0f37b34da449352b65d1c0b45976cf1bb919facc
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Wed Feb 3 13:22:23 2010 -0800

    kernel - jails - Fix NULL pointer deref in prison_remote_ip()
    
    * This might be a bit of a hack but shortcut the routine if
      td->td_ucred is NULL.  This occurs if the routine is called
      via a kernel support thread.

Summary of changes:
 sys/kern/kern_jail.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0f37b34da449352b65d1c0b45976cf1bb919facc


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]