Re: [PATCH] net: qualcomm: rmnet: check for null ep to avoid null pointer dereference

2018-03-26 Thread David Miller
From: Colin King Date: Fri, 23 Mar 2018 23:51:57 + > From: Colin Ian King > > The call to rmnet_get_endpoint can potentially return NULL so check > for this to avoid any subsequent null pointer dereferences on a NULL > ep. > > Detected by CoverityScan, CID#1465385 ("Dereference null return

[PATCH] net: qualcomm: rmnet: check for null ep to avoid null pointer dereference

2018-03-23 Thread Colin King
From: Colin Ian King The call to rmnet_get_endpoint can potentially return NULL so check for this to avoid any subsequent null pointer dereferences on a NULL ep. Detected by CoverityScan, CID#1465385 ("Dereference null return value") Fixes: 23790ef12082 ("net: qualcomm: rmnet: Allow to configur