-
Notifications
You must be signed in to change notification settings - Fork 32
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
NGAP fuzzing #7
NGAP fuzzing #7
Conversation
Hi @ShouheiNishi , thanks for your PR. If I didn't get it wrong, files in testdata/fuzz/fuzzNGAP are the fuzz test cases just for reproduction, right? 9fe2749e39dbbc2d is the test case related to your aper PR which has unit test already, and the others are randomly generated tests by go fuzz. If those are the cases, should we add those files to .gitignore for this PR? |
The files testdata/fuzz/fuzzNGAP/ci* are generated from the packet capture during testing and are considered useful as a seed corpus for fuzzing. |
@ShouheiNishi |
@@ -0,0 +1,2 @@ | |||
go test fuzz v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add fuzzing code and data for ngap.Decoder().
This PR requires free5gc/aper#5.