zephyr/subsys/canbus/isotp
Alexander Wachter c9d76eef88 canbus: isotp: Fix NULL deref after overflow
The implementation checks if there are not enough buffers
to add the received data. However, a return was missing
after the error signaling.

Fixes #22657
Coverity-CID: 208191

Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
2020-02-10 12:32:01 +02:00
..
CMakeLists.txt
Kconfig
isotp.c canbus: isotp: Fix NULL deref after overflow 2020-02-10 12:32:01 +02:00
isotp_internal.h