boostorg / stacktrace

C++ library for storing and printing backtraces.
https://boost.org/libs/stacktrace
422 stars 69 forks source link

avoid strlen() calls by using the size-1 from GetNameByOffset #127

Closed apolukhin closed 1 year ago

apolukhin commented 1 year ago

Refs: https://github.com/boostorg/stacktrace/issues/122

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 93.865% when pulling cc4d16e2adb628eabc163aacbfc0c2f639e64e94 on antoshkka/no-more-strlen into 7c6778e9f4d43f29d215b3dd910a6fee6a3db840 on develop.