zephyr/subsys/net/l2
Flavio Ceolin 6fec8ea84e net: ieee802154: Fix possible null pointer de-reference
ieee802154_scan() checks if ctx->scan_ctx (scan) is NULL what implies
that this can be true, but de-reference this variable before this
check what may cause a problem.

Fixes #23299 [3]

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-03-17 17:03:19 -05:00
..
bluetooth Bluetooth: L2CAP: Make channel ops const 2019-12-19 11:28:24 +02:00
canbus include: Fix use of <misc/FOO.h> -> <sys/FOO.h> 2019-12-10 08:39:37 -05:00
dummy net: Check device driver API pointer 2019-05-07 15:41:15 +03:00
ethernet net: purge NET_STACK and other stack APIs 2020-03-14 13:10:19 -04:00
ieee802154 net: ieee802154: Fix possible null pointer de-reference 2020-03-17 17:03:19 -05:00
openthread net: openthread: Unify IS_ENABLED macro usage 2020-03-10 14:36:24 +02:00
ppp net: ppp: ipcp: negotiate DNS servers and optionally use them 2020-03-10 14:09:10 +02:00
wifi net: wifi: shell: drop explicit length parameter 2020-03-10 14:37:57 +02:00
CMakeLists.txt net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00