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 crash bugs found through fuzz testing #86

Merged
merged 3 commits into from
Apr 21, 2022
Merged

Conversation

akrennmair
Copy link
Member

This PR fixes a number of crashe bugs that were found through fuzz testing of the file reader. The auto-generated files were regenerated using the thrift compiler from Apache Thrift's latest master.

@codecov-commenter
Copy link

Codecov Report

Merging #86 (5535ed6) into master (5f8d67a) will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   86.53%   86.57%   +0.04%     
==========================================
  Files          48       48              
  Lines        9774     9774              
==========================================
+ Hits         8458     8462       +4     
+ Misses        952      950       -2     
+ Partials      364      362       -2     
Impacted Files Coverage Δ
file_reader.go 74.43% <0.00%> (+1.50%) ⬆️
file_meta.go 33.33% <0.00%> (+6.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5f8d67a...5535ed6. Read the comment docs.

@panamafrancis panamafrancis self-requested a review April 21, 2022 16:27
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.

3 participants