DescriptionUpdate suppression for issue 49404 and 50630.
Merged those two issues in tracker as they seem to root from the same
cause.
In base::Base64Encode, we have these:
std::string temp;
temp.resize(...);
...
modp_b64_encode(&(temp[0]...);
And Valgrind does not like use temp without initializing after resize.
BUG=49404
TEST=Valgrind memcheck should pass.
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|