-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
src: initialize FSReqWrapSync in path that uses it #56613
base: main
Are you sure you want to change the base?
Conversation
Well it looks like this is breaking some tests. I'll come back to it when I'm on my Mac |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56613 +/- ##
==========================================
- Coverage 89.20% 89.19% -0.01%
==========================================
Files 662 662
Lines 191816 191819 +3
Branches 36926 36921 -5
==========================================
- Hits 171102 171090 -12
- Misses 13559 13571 +12
- Partials 7155 7158 +3
|
2b07c23
to
d590d06
Compare
Apparently it's important that the stack_buffer still lives after use, so I updated to only change the variable that was flagged by Coverity. |
CI looks good now. Can I have a new review? |
The goal is to fix this error reported by Coverity: