-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
zlib: validate write_result array length #61342
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #61342 +/- ##
==========================================
- Coverage 88.52% 88.51% -0.02%
==========================================
Files 704 704
Lines 208739 208742 +3
Branches 40280 40276 -4
==========================================
- Hits 184787 184763 -24
- Misses 15969 15982 +13
- Partials 7983 7997 +14
🚀 New features to boost your workflow:
|
| @@ -0,0 +1,93 @@ | |||
| 'use strict'; | |||
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.
Others may have differing opinions, but I'm not sure we need regression tests for deliberately illegal use of undocumented internals?
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.
Agree.
Fixes: #61286