-
Notifications
You must be signed in to change notification settings - Fork 955
Fix assumptions that pthread functions set errno #2526
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
Conversation
pthread functions return the error instead of setting errno. Fixes valkey-io#2525 Signed-off-by: Ted Lyngmo <[email protected]>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## unstable #2526 +/- ##
============================================
- Coverage 72.03% 72.01% -0.02%
============================================
Files 126 126
Lines 70490 70493 +3
============================================
- Hits 50774 50765 -9
- Misses 19716 19728 +12
🚀 New features to boost your workflow:
|
zuiderkwast
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right! Thanks.
I knew this, but I hadn't noticed this programming error until now.
pthread functions return the error instead of setting errno. Fixes valkey-io#2525 Signed-off-by: Ted Lyngmo <[email protected]>
pthread functions return the error instead of setting errno. Fixes #2525 Signed-off-by: Ted Lyngmo <[email protected]>
pthread functions return the error instead of setting errno. Fixes valkey-io#2525 Signed-off-by: Ted Lyngmo <[email protected]>
pthread functions return the error instead of setting errno. Fixes valkey-io#2525 Signed-off-by: Ted Lyngmo <[email protected]>
pthread functions return the error instead of setting errno. Fixes #2525 Signed-off-by: Ted Lyngmo <[email protected]>
pthread functions return the error instead of setting errno. Fixes valkey-io#2525 Signed-off-by: Ted Lyngmo <[email protected]>
pthread functions return the error instead of setting errno. Fixes valkey-io#2525 Signed-off-by: Ted Lyngmo <[email protected]>
pthread functions return the error instead of setting errno. Fixes valkey-io#2525 Signed-off-by: Ted Lyngmo <[email protected]>
pthread functions return the error instead of setting errno. Fixes #2525 Signed-off-by: Ted Lyngmo <[email protected]>
pthread functions return the error instead of setting errno. Fixes #2525 Signed-off-by: Ted Lyngmo <[email protected]>
pthread functions return the error instead of setting errno. Fixes valkey-io#2525 Signed-off-by: Ted Lyngmo <[email protected]> Signed-off-by: Harkrishn Patro <[email protected]>
pthread functions return the error instead of setting errno.
Fixes #2525