diff options
| author | andybg <[email protected]> | 2025-11-29 11:28:29 +0300 |
|---|---|---|
| committer | andybg <[email protected]> | 2025-11-29 11:46:09 +0300 |
| commit | 1895c63513ed8b03774d8ae04c4092eccaf128e6 (patch) | |
| tree | 426ca5f5b8e11b4b346b2e3f6e09e35eb452eb71 /library/cpp/threading/queue | |
| parent | d6e7fa75d34d971f75b8a7fdbb4df764d4126f8f (diff) | |
fix: Migrate to YLOG_*_F and eliminate dangerous c_str() patterns
## Summary
Eliminated all dangerous c_str() patterns from unified_agent by migrating to modern YLOG_*_F formatting.
## Changes
- Remove .c_str() on temporaries in YLOG_*_F macros (1 fix)
- Migrate YLOG_*(Sprintf(...)) to modern YLOG_*_F(...) (23 fixes)
## Benefits
- Modern C++20 type-safe formatting with std::format
- Cleaner, more maintainable code (40% less in some cases)
- Better performance (no Sprintf overhead)
commit_hash:ee3f665ccc823d9e2165a90c036e5bd887cd179e
Diffstat (limited to 'library/cpp/threading/queue')
0 files changed, 0 insertions, 0 deletions
