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

Assume away null bytes in CLI fuzz test #38

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Conversation

drhagen
Copy link
Owner

@drhagen drhagen commented Dec 11, 2023

Null bytes in the CLI fuzz test causes a crash. This cannot actually happen at the command line, so assume that they will not happen.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c5537eb) 89.02% compared to head (1b1da3e) 89.02%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #38   +/-   ##
=======================================
  Coverage   89.02%   89.02%           
=======================================
  Files          51       51           
  Lines        2933     2933           
  Branches      524      524           
=======================================
  Hits         2611     2611           
  Misses        248      248           
  Partials       74       74           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@drhagen drhagen merged commit 032f4d3 into master Dec 11, 2023
6 checks passed
@drhagen drhagen deleted the fix-cli-fuzz-test branch December 11, 2023 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants