zephyr/subsys/mgmt/osdp
Siddharth Chandrasekaran 5b24a8ad72 mgmt/osdp: Fix off-by-one in buf len checks
Initially, the command/reply ID byte was not part of the data length
macros. But later, when it was changed to include it, the buffer length
checks was not adjusted. Due to this, we were not using the last byte in
the buffer. Fix this issue by correcting the condition.

Signed-off-by: Siddharth Chandrasekaran <sidcha.dev@gmail.com>
2023-11-23 09:59:52 +01:00
..
src mgmt/osdp: Fix off-by-one in buf len checks 2023-11-23 09:59:52 +01:00
CMakeLists.txt
Kconfig mgmt: osdp: Add dependency to UART runtime configuration 2023-11-15 10:02:18 +01:00
Kconfig.cp
Kconfig.pd