Skip to content
Commit b690801c authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

This patch fixes a bug into ostream::operator<<(double) due to the wrong size


passed into the __convert_from_v method. The wrong size is then passed to
std::snprintf function, that, on uClibc, doens't handle sized 0 buffer.

Signed-off-by: default avatarCarmelo Amoroso <carmelo.amoroso@st.com>
parent c03e77fc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment