Skip to content

Conversation

@Besroy
Copy link
Contributor

@Besroy Besroy commented Jan 8, 2026

Set m_bytes and m_journal_entry to nullptr after manual deallocation to prevent potential double-free and use-after-free issues. This is a defensive programming practice that makes the code more robust against future changes and easier to debug.

Set m_bytes and m_journal_entry to nullptr after manual deallocation to prevent potential double-free and use-after-free issues.
This is a defensive programming practice that makes the code more robust against future changes and easier to debug.
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.14%. Comparing base (1a0cef8) to head (1d6a1d7).
⚠️ Report is 306 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #849      +/-   ##
==========================================
- Coverage   56.51%   49.14%   -7.37%     
==========================================
  Files         108      110       +2     
  Lines       10300    11461    +1161     
  Branches     1402     5430    +4028     
==========================================
- Hits         5821     5633     -188     
+ Misses       3894     2195    -1699     
- Partials      585     3633    +3048     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JacksonYao287 JacksonYao287 merged commit b2707cb into eBay:master Jan 8, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants