Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: mqtt: Improve buffer bounds validation in mqtt_read_message_chunk
Verify more strictly that data read from the transport fits into RX buffer. Switch to unsigned integers, where possible, to prevent unnecessary signed/unsigned operations. Signed-off-by: Robert Lubos <[email protected]>
- Loading branch information