Skip to content
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

Fix fuzzer #842

Merged
merged 3 commits into from
Sep 20, 2023
Merged

Fix fuzzer #842

merged 3 commits into from
Sep 20, 2023

Conversation

thvdveld
Copy link
Contributor

Updates the sixlowpan_packet fuzzer. Running the fuzzer found 2 issues: IPv6Route packet wrote OOB and 6LoWPAN Extension Header did not parse inlined next headers correctly. This PR fixes these issues and added a test.

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #842 (ddeb22b) into main (c790174) will increase coverage by 0.20%.
Report is 30 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #842      +/-   ##
==========================================
+ Coverage   79.39%   79.59%   +0.20%     
==========================================
  Files          76       78       +2     
  Lines       27504    27826     +322     
==========================================
+ Hits        21836    22148     +312     
- Misses       5668     5678      +10     
Files Changed Coverage Δ
src/wire/ipv6routing.rs 81.61% <100.00%> (ø)
src/wire/sixlowpan/nhc.rs 82.65% <100.00%> (+0.40%) ⬆️

... and 5 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@thvdveld thvdveld added this pull request to the merge queue Sep 20, 2023
Merged via the queue into smoltcp-rs:main with commit 9a5724c Sep 20, 2023
14 checks passed
@thvdveld thvdveld deleted the fuzzing branch September 20, 2023 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant