bombela / backward-cpp

A beautiful stack trace pretty printer for C++
MIT License
3.73k stars 471 forks source link

Don't pass buffer as format string and free buffer #223

Closed oold closed 3 years ago

oold commented 3 years ago

Fixes warning "format string is not a string literal (potentially insecure)" and a memory leak.