-
Notifications
You must be signed in to change notification settings - Fork 916
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
Fixes out-of-bounds access for small files in unzip #8498
Fixes out-of-bounds access for small files in unzip #8498
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8498 +/- ##
================================================
+ Coverage 82.57% 82.96% +0.38%
================================================
Files 109 109
Lines 17870 18197 +327
================================================
+ Hits 14757 15097 +340
+ Misses 3113 3100 -13
Continue to review full report at Codecov.
|
Is it possible to create a gtest for this? |
Have added a test now 👍 |
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.
Suggestion to move the test to Python to make it modifiable+simpler.
Hmm, it looks like some unrelated changes to Python tests got pulled in. |
@gpucibot merge |
This PR fixes #8497.