boostorg / test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
http://boost.org/libs/test
Boost Software License 1.0
183 stars 140 forks source link

Fixing UB in basic_cstring<CharT>::trim_right #334

Closed raffienficiaud closed 2 years ago

raffienficiaud commented 2 years ago

Rewriting the loop as suggested to stay within the valid range boundaries.

Closes #284