commit | bad6e28827207f9e604e63ff64f7a90b3f37b136 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Jun 02 10:43:10 2017 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Jun 02 12:34:50 2017 +0300 |
tree | f7b7b10deae0e4aa2c3e4ab0f0b1ef940208a0b0 | |
parent | 19dbcffec8d1c1cb46453fe8e272ba06e9ab9be1 [diff] |
samples: net: dtls_client: Fix Coverity warning This fix is basically a no-op as the rx_buf pointer cannot be null in practice, but in order to avoid Coverity complaining about it add some null pointer checks to the UDP handling code. Coverity-CID: 170124 Jira: ZEP-2235 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>