zephyr/subsys/mgmt
Siddharth Chandrasekaran 28c823b16e mgmt/osdp: Fix coverity identified logical dead-code
A previous check and return for (maxlen <= 0) makes manlen at least 1 so
checks for (maxlen < 1) would never evaluate to true. Remove these
checks and merge those cases into one.

CID: 215392
Fixes: #33092
Signed-off-by: Siddharth Chandrasekaran <siddharth@embedjournal.com>
2021-03-10 10:15:48 -05:00
..
ec_host_cmd ec_host_cmd: Fix unused return value from k_sem_take call 2020-10-21 06:28:09 -05:00
hawkbit hawkbit: improve Kconfig dependencies 2020-12-11 16:49:41 -05:00
mcumgr mgmt: mcumgr: Add support for enabling Direct-XIP app address check 2021-01-18 16:59:29 -05:00
osdp mgmt/osdp: Fix coverity identified logical dead-code 2021-03-10 10:15:48 -05:00
updatehub net: coap: clean up token usage in samples and tests 2021-02-02 14:03:01 -05:00
CMakeLists.txt ec_host_cmd: add ec host command handler framework 2020-09-04 14:50:45 -04:00
Kconfig ec_host_cmd: add ec host command handler framework 2020-09-04 14:50:45 -04:00