[release/7.0] Fix parsing the output of ping on Samsung phones#80502
[release/7.0] Fix parsing the output of ping on Samsung phones#80502carlossanlop merged 2 commits intorelease/7.0from
ping on Samsung phones#80502Conversation
|
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.
|
|
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.
|
|
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.