Uh oh!
There was an error while loading. Please reload this page.
[release/8.0] Remove implicit narrowing conversions from zlib - #91962
Conversation
…version Descriptions of each changes are in the respective .patch files.
ghost
commented
Sep 12, 2023
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:
|
ghost
commented
Sep 12, 2023
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:
|
carlossanlop
left a comment
There was a problem hiding this comment.
Signing off on behalf of @dotnet/area-system-io-compression
@ericstj / @jeffhandley / @artl93 do you approve?
ericstj
commented
Sep 14, 2023
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 |
carlossanlop
commented
Sep 14, 2023
@ericstj Yes: |
carlossanlop
commented
Sep 14, 2023
@artl93 can we get your seal of approval? |
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.