-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When showing an incomplete nat rule router would crash, due to an invalid memory access. This was caused by having a validity check on an entity that does not exist resulting in an apteryx node with null data. This has been remedied by updating the assertion in the apteryx query func to return NULL when the node data is NULL. Preventing an invalid memory access when destroying the node.
- Loading branch information
1 parent
7597a6e
commit 6294d3d
Showing
2 changed files
with
10 additions
and
1 deletion.
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
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