zephyr/subsys/net/lib/openthread
Jukka Rissanen 9a6bbbfb69 net: Check device driver API pointer
It is possible that the device driver API pointer is null.
For example if the device driver returns an error, the device
code will make the API pointer NULL so that the API would not
be used. This can cause errors in networking code where we
typically do not check the NULL value.

Fixes #15003

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-05-07 15:41:15 +03:00
..
platform net: Check device driver API pointer 2019-05-07 15:41:15 +03:00
CMakeLists.txt cmake: helper function for importing library 2019-04-30 10:18:02 -04:00
zephyr-mbedtls-config.h