Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: fix mpls label pointer comparison
Comparing pointers is not the appropriate way to know if the label values are the same or not. Perform a memcmp call instead is better. Fixes: 8ba7105 ("bgpd: fix valgrind flagged errors") Signed-off-by: Philippe Guibert <[email protected]> Signed-off-by: Louis Scalbert <[email protected]>
- Loading branch information