| fix: resolve test failures, compilation warnings and optimize ASan integration
- Fixed test_workflow_persistence by ensuring robust WAL logging and parsing.
- Refactored wal_log_event to ensure consistent null-termination of payload fields.
- Added boundary checks when parsing WAL NODE_FINISH events to prevent overflows.
- Optimized ASan integration in CMakeLists.txt using static linking to avoid manual LD_PRELOAD.
- Enhanced CI workflow with ASAN_OPTIONS for better diagnostics.
- Resolved -Wcomment warnings by fixing nested block comments in documentation.
- Added Doxygen documentation for csilk_arena_get_stats.
- Fixed driver setter declaration order in csilk.h.
| 12 小时前 |