d5d35d06d1
Coverity doesn't like that we're storing the return value of net_buf_findcrlf() near the end of the handler block as "len". Only to overwrite "len" again once we exit and look for the next match. Let's ignore the return value there and also remove the redundant check for !frag. Either way, we've found a handler, and need to break the search loop. Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/12315 Signed-off-by: Michael Scott <mike@foundries.io> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.wncm14a2a | ||
modem_receiver.c | ||
modem_shell.c | ||
wncm14a2a.c |