git: DragonFly_RELEASE_2_6 iscsi_initiator(4): Fix another potential NULL pointer dereference.
    Sascha Wildner 
    swildner at crater.dragonflybsd.org
       
    Sun Aug 29 12:34:21 PDT 2010
    
    
  
commit b67e7d0dced2707c5b20755c134d5414aeda4a74
Author: Sascha Wildner <saw at online.de>
Date:   Sun Aug 29 21:24:09 2010 +0200
    iscsi_initiator(4): Fix another potential NULL pointer dereference.
    
    so (which is sp->soc) can be NULL here, so add a check before dereferencing
    it.
Summary of changes:
 sys/dev/disk/iscsi/initiator/isc_soc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b67e7d0dced2707c5b20755c134d5414aeda4a74
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list