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

Fix: Time-of-check time-of-use filesystem race condition #4473

Merged
merged 5 commits into from
Oct 30, 2024

Merge branch 'main' into fix-TOCTOU-filesystem-race-condition

df9c421
Select commit
Loading
Failed to load commit list.
Merged

Fix: Time-of-check time-of-use filesystem race condition #4473

Merge branch 'main' into fix-TOCTOU-filesystem-race-condition
df9c421
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 30, 2024 in 0s

91.797% (-0.007%) compared to 2095ae0

View this Pull Request on Codecov

91.797% (-0.007%) compared to 2095ae0

Details

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.797%. Comparing base (2095ae0) to head (df9c421).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...SentryCrash/Recording/Tools/SentryCrashFileUtils.c 60.000% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #4473       +/-   ##
=============================================
- Coverage   91.803%   91.797%   -0.007%     
=============================================
  Files          611       611               
  Lines        68300     68294        -6     
  Branches     24529     24511       -18     
=============================================
- Hits         62702     62692       -10     
- Misses        5507      5509        +2     
- Partials        91        93        +2     
Files with missing lines Coverage Δ
...SentryCrash/Recording/Tools/SentryCrashFileUtils.c 85.882% <60.000%> (ø)

... and 10 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2095ae0...df9c421. Read the comment docs.