-
Notifications
You must be signed in to change notification settings - Fork 696
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
Multiple crash found by fuzzing #2708
Comments
2file: func TestParseBGPMessage(t *testing.T) {
ParseBGPMessage([]byte("0000000000000000\x000\x01000000000\x12\x02\nI0000000000000000"))
} run: backtrace:
|
Fixed the second bug. Thanks for the report! |
Is |
random bytes? However, GoBGP thought it was an Open Message and crashed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR: #2707
1
file:
gobgp/pkg/packet/rtr/rtr_test.go
run:
go test -run TestParseRTRbug $(pwd)/pkg/packet/rtr
backtrace:
The text was updated successfully, but these errors were encountered: