-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
large-community regex crash #1103
Comments
asan as a possible way to test this out? We will work with Nigel to get this installed on the system. |
Below asan output.... (from my branch https://github.com/nkukard/frr/tree/nk3.0)
|
the warnings about shifts are correct an we ought to fix that, but they're unlikely to be the origin of the use-after-free. |
I am going to cherry-ick 02cd945 into 3.0. Then I will look at the other issues. This will fix the shift issues. |
Confirmed fixed with #1116 |
closing |
Applying a large-community regex causes bgp to crash when it attempts to a
lcom->str
value that points at an invalid pointer.The text was updated successfully, but these errors were encountered: