diff options
author | Colin Ian King <[email protected]> | 2018-03-23 23:51:57 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-03-26 12:11:24 -0400 |
commit | 0c29ba1b43df1eb7d8beb03fc929d2dac4c15f7e (patch) | |
tree | c24eb97cf3a0f2eb96cfdb446f286768185cf9a3 /net/unix/sysctl_net_unix.c | |
parent | d3757ba4c1421d2ad00d2bf97119005e37ad2902 (diff) |
net: qualcomm: rmnet: check for null ep to avoid null pointer dereference
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 configure flags for existing devices")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions