reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

fix: fix some issues caught by clang-analyzer #247

Closed Shivix closed 2 months ago

Shivix commented 2 months ago

Fixes a possible nullptr string construction which will throw, hiding the original error message. Silences some other warnings on purposeful issues.