Fix for potentially uninitialized local variable ft used.#2043
Fix for potentially uninitialized local variable ft used.#2043Dead2 merged 1 commit intozlib-ng:developfrom
Conversation
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
WalkthroughThe change adds memory initialization to Changes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-04-15T09:30:10.081ZApplied to files:
🧬 Code graph analysis (1)functable.c (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2043 +/- ##
===========================================
+ Coverage 80.64% 82.32% +1.68%
===========================================
Files 162 162
Lines 12883 12923 +40
Branches 3174 3174
===========================================
+ Hits 10389 10639 +250
+ Misses 1455 1226 -229
- Partials 1039 1058 +19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The
FUNCTABLE_VERIFY_ASSIGNmacro reads values fromftand checks that they are not NULL, but theftvariable is not initialized.