Uh oh!
There was an error while loading. Please reload this page.
[release/7.0] Fix parsing the output of ping on Samsung phones - #80502
Conversation
ghost
commented
Jan 11, 2023
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBackport of #80133 to release/7.0 /cc @simonrozsival Customer ImpactTestingRiskIMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.
|
ghost
commented
Jan 11, 2023
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsBackport of #80133 to release/7.0 /cc @simonrozsival Customer ImpactSome Android installations contain a ping utility that produces slightly different output when TTL is exceeded from what our code expects. This seems to be the case at least on Samsung phones. This PR updates the parser to account for this variation. Testing
RiskLow.
|
carlossanlop
commented
Jan 12, 2023
Approved by Tactics (7.0.3). |
Backport of #80133 to release/7.0
Fixes#78990
/cc @simonrozsival
Customer Impact
Some Android installations contain a ping utility that produces slightly different output when TTL is exceeded from what our code expects. This seems to be the case at least on Samsung phones. This PR updates the parser to account for this variation.
Testing
Risk
Low.