> -----Original Message----- > From: Colin King [mailto:[email protected]] > Sent: Saturday, March 25, 2017 10:27 AM > To: KY Srinivasan <[email protected]>; Haiyang Zhang > <[email protected]>; Stephen Hemminger <[email protected]>; > [email protected]; [email protected] > Cc: [email protected]; [email protected] > Subject: [PATCH] netvsc: fix dereference before null check errors > > From: Colin Ian King <[email protected]> > > ndev is being checked to see if it is a null pointer however before > the null check ndev is being dereferenced; hence there is a potential > null pointer dereference bug that needs fixing. Fix this by only > dereferencing ndev after the null check. > > Detected by CoverityScan, CID#1420760, CID#140761 ("Dereference > before null check") > > Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Haiyang Zhang <[email protected]> Thank you! _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
