commit | 547e75723c64a3cbc81634c6f327dba7c61460c4 | [log] [tgz] |
---|---|---|
author | Himanshu Jha <himanshujha199640@gmail.com> | Tue Nov 20 21:16:25 2018 +0530 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Nov 28 19:20:04 2018 +0200 |
tree | a6d7d90920ff37bd543cb3644cb941081359164a | |
parent | bf11698ed9babd5c70469558762d1b732fe5d211 [diff] |
net: llmnr_responder: Check return value of net_udp_get_hdr net_udp_get_hdr() function returns NULL on failure. Therefore handle its return value to avoid potential NULL dereference. Fixes #11485 Coverity-CID: 189738 Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>