git: iscsi_initiator(4): Fix another potential NULL pointer dereference.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Aug 29 12:25:23 PDT 2010


commit a08a53fe13bd24a10b1a3fdf7ce09939b56ccaa6
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/a08a53fe13bd24a10b1a3fdf7ce09939b56ccaa6


-- 
DragonFly BSD source repository





More information about the Commits mailing list