-
Notifications
You must be signed in to change notification settings - Fork 375
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
Gardena/lw/fuzzing #720
base: main
Are you sure you want to change the base?
Gardena/lw/fuzzing #720
Commits on Jul 4, 2024
-
Add CMake functionality for fuzzing tests
A CMake function was added that handles the importand details for a fuzzing test.
Configuration menu - View commit details
-
Copy full SHA for ef3c236 - Browse repository at this point
Copy the full SHA ef3c236View commit details -
Add fuzzing test for parsing CoAP message
A basic fuzz test for parsing a CoAP message with random content.
Configuration menu - View commit details
-
Copy full SHA for 292d71c - Browse repository at this point
Copy the full SHA 292d71cView commit details -
Add fuzzing test for handling registration message
Registration message fuzzig test with random input.
Configuration menu - View commit details
-
Copy full SHA for 8686673 - Browse repository at this point
Copy the full SHA 8686673View commit details -
Fix integer overflow in URI parsing
If an ID exeeds the max. possible value we return early with an error instead of continuing and checking for too big values at the end.
Configuration menu - View commit details
-
Copy full SHA for 875535b - Browse repository at this point
Copy the full SHA 875535bView commit details -
Fix out of bound read in registration handling
In some cases the code tried to read past the registration payload.
Configuration menu - View commit details
-
Copy full SHA for 710d0cf - Browse repository at this point
Copy the full SHA 710d0cfView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee74bd0 - Browse repository at this point
Copy the full SHA ee74bd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a68ab - Browse repository at this point
Copy the full SHA a4a68abView commit details