boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
101 stars 113 forks source link

string is not properly null-terminated in assignments #214

Closed igaztanaga closed 2 years ago

igaztanaga commented 2 years ago

According to the test report in https://github.com/boostorg/interprocess/issues/167, string container is not properly null terminated when we already have enougth storage. We should add a priv_construct_null call at the end of the operation