Skip to content
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

Throw PNSE if insufficient privileges when custom Ping payload was specified #64625

Merged
merged 5 commits into from
Feb 3, 2022

Conversation

rzikm
Copy link
Member

@rzikm rzikm commented Feb 1, 2022

Fixes #62458

I had to refactor tests a bit since they depended on the fact that such invocation would not throw.

@ghost
Copy link

ghost commented Feb 1, 2022

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #62458

I had to refactor tests a bit since they depended on the fact that such invocation would not throw.

Author: rzikm
Assignees: -
Labels:

area-System.Net

Milestone: -

@rzikm
Copy link
Member Author

rzikm commented Feb 2, 2022

Test failures are unrelated

@rzikm rzikm requested review from ManickaP and wfurt February 2, 2022 16:45
Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks good to me.
I left comment about UsesPingUtility that seems wrong.

@rzikm
Copy link
Member Author

rzikm commented Feb 3, 2022

CI Failures are unrelated (failed to upload to Helix)

@karelz karelz added the breaking-change Issue or PR that represents a breaking API or functional change over a prerelease. label Mar 17, 2022
@ghost ghost added the needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet label Mar 17, 2022
@ghost
Copy link

ghost commented Mar 17, 2022

Added needs-breaking-change-doc-created label because this PR has the breaking-change label.

When you commit this breaking change:

  1. Create and link to this PR and the issue a matching issue in the dotnet/docs repo using the breaking change documentation template, then remove this needs-breaking-change-doc-created label.
  2. Ask a committer to mail the .NET Breaking Change Notification DL.

Tagging @dotnet/compat for awareness of the breaking change.

@karelz karelz added this to the 7.0.0 milestone Apr 8, 2022
@ghost ghost locked as resolved and limited conversation to collaborators May 8, 2022
@rzikm rzikm removed the needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet label Sep 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net breaking-change Issue or PR that represents a breaking API or functional change over a prerelease.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ping.Send buffer is not really sent on linux running as non-root
6 participants