Block a user
Merge remaining 4 PRs: memory safety, refactoring, test coverage, integration cleanup
Merge remaining 4 PRs: memory safety, refactoring, test coverage, integration cleanup
Re-review: ALL 12 ISSUES FIXED ✅
All previously reported issues have been addressed:
Critical (3/3 fixed)
- ✅ client_cli.c: NULL check after config_create
- ✅ config.c: error handler…
Merge remaining 4 PRs: memory safety, refactoring, test coverage, integration cleanup
=== PR REVIEW SUMMARY === Branch: merge-all Files reviewed: 42 (27 source files + 15 test/header files) Issues found: 12
CRITICAL: 3 WARNING: 6 STYLE: 3
=== ISSUES ===
[1] src/client/client_cli.…
Merge remaining 4 PRs: memory safety, refactoring, test coverage, integration cleanup
Fix logic/correctness bugs (#73, #68, #67, #66, #59, #58, #54, #48, #53)
Features and enhancements (#70, #36, #34, #33, #32, #57, #40, #37)
Fix memory/null safety bugs (#74, #72, #69, #64, #60, #50, #49, #65)
Re-review #2: Fixes RE-VERIFIED ✅
All fixes confirmed:
- ✅ Unused path2_pointer removed
- ✅ Include style fixed
- ✅ const char* path2
- ✅ %llu format specifiers
- ✅ MAX_DATA_SIZE…
Fix memory/null safety bugs (#74, #72, #69, #64, #60, #50, #49, #65)
Re-review: 5/6 FIXES VERIFIED, 1 NEEDS REWORK 🔶
Verified ✅
- Unused
path2_pointerremoved (utils.c:158) — Variable removed,path2++used directly ✅ - Include style fixed…
Fix refactoring and portability issues (#61, #51, #52)
Re-review: ALL FIXES VERIFIED ✅
- localtime_r in log.c ✅ —
struct tm result_bufon stack,localtime_r(&now, &result_buf)at line 17-18 - test_scanner_max_size cleanup ✅ — function…