-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add the argument checks to Unix-part of Mutex.OpenExistingWorker #59634
Add the argument checks to Unix-part of Mutex.OpenExistingWorker #59634
Conversation
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue DetailsThe test run in #59503 uncovered some System.Threading.Tests failures, e.g.:
The reason seems to be that the unix-part of related code has no checks for null/empty string arguments which windows-part does so that the underlying code throws
|
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsThe test run in #59503 uncovered some System.Threading.Tests failures, e.g.:
The reason seems to be that the unix-part of related code has no checks for null/empty string arguments which windows-part does so that the underlying code throws
|
The |
The test run in #59503 uncovered some System.Threading.Tests failures, e.g.:
The reason seems to be that the unix-part of related code has no checks for null/empty string arguments which windows-part does so that the underlying code throws