Closed JohanMabille closed 1 month ago
https://github.com/mamba-org/mamba/pull/3488 introduced a new implementation of rstrip because that in util/string.cpp has undefined behavior in that case. This should be investigated and fixed.
util/string.cpp
There is actually no UB in rstrip, it's a misusage of the algorithm.
https://github.com/mamba-org/mamba/pull/3488 introduced a new implementation of rstrip because that in
util/string.cpp
has undefined behavior in that case. This should be investigated and fixed.