-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
router: fix invalid routing due to invalid memory access (#967)
Recently the router was adapted to use non-NULL terminated buffers coming from a Task that was referencing a ChunkIO memory map. This generated some issues since the logic of the matching routine was not ported properly plus a future issue with referenced Tags could lead to a corruption. This patch gets back to the original mechanism where now a Tag contains a NULL byte at the end. Signed-off-by: Eduardo Silva <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters