Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf toup] packet: Fix heap corruption
While parsing the packet all TLV's are NULl terminated explicitly, so, take in to account the NULL terminating byte while memory allocation. Else, this overrides other memory causing hard to debug heap corruptions. Fixes SHEL-2754. Signed-off-by: Chaitanya Tata <[email protected]>
- Loading branch information