-
Notifications
You must be signed in to change notification settings - Fork 160
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
Avoid remapping freed memory in trace sender fallback #2541
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2541 +/- ##
============================================
- Coverage 78.30% 76.54% -1.76%
Complexity 267 267
============================================
Files 112 138 +26
Lines 13458 17459 +4001
Branches 0 976 +976
============================================
+ Hits 10538 13364 +2826
- Misses 2920 3575 +655
- Partials 0 520 +520
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 34 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
BenchmarksBenchmark execution time: 2024-02-28 18:07:42 Comparing candidate commit c61de86 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 182 metrics, 0 unstable metrics. |
24515f4
to
7c3beba
Compare
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
7c3beba
to
c61de86
Compare
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.
No tests 😝
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Description
Fix faulty logic reusing a freed shm handle when sending fails.
Not sure how to test that as the precondition never should fail ... in theory.
Reviewer checklist