-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[release/8.0] Remove implicit narrowing conversions from zlib #91962
Conversation
…version Descriptions of each changes are in the respective .patch files.
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsBackport of #91245 to release/8.0 Customer ImpactTestingRiskIMPORTANT: If this backport is for a servicing release, please verify that:
|
Tagging subscribers to this area: @dotnet/area-system-io-compression Issue DetailsBackport of #91245 to release/8.0 Customer ImpactNo customer impact, in theory. The actual codegen for the targeted methods should be identical. This allows us to resolve a binskim warning (we didn't enable warning code C4244) against our compression binary. TestingFrom #91245:
RiskVery low. The actual codegen should be identical. Testing across Linux (a special build which uses our copy of zlib) and Windows didn't show any regressions. IMPORTANT: If this backport is for a servicing release, please verify that:
|
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.
Signing off on behalf of @dotnet/area-system-io-compression
@ericstj / @jeffhandley / @artl93 do you approve?
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.
I support merging this in for .NET 8 to resolve a binskim warning before release.
Have we proposed the same changes to upstream ZLIBs? Patches are fine to unblock us, but we should do our best to let the upstream repo know about this request. I'm in agreement on approving for 8.0 |
@ericstj Yes: |
@artl93 can we get your seal of approval? |
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.
M2 Approved.
Backport of #91245 to release/8.0
/cc @GrabYourPitchforks
Customer Impact
No customer impact, in theory. The actual codegen for the targeted methods should be identical.
This allows us to resolve a binskim warning (we didn't enable warning code C4244) against our compression binary.
Testing
From #91245:
Risk
Very low. The actual codegen should be identical. Testing across Linux (a special build which uses our copy of zlib) and Windows didn't show any regressions.
IMPORTANT: If this backport is for a servicing release, please verify that:
The PR target branch is
release/X.0-staging
, notrelease/X.0
.If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.