This patch fixes a bug into ostream::operator<<(double) due to the wrong size
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 25 Aug 2007 11:22:51 +0000 (11:22 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 25 Aug 2007 11:22:51 +0000 (11:22 -0000)
commitb690801c78e33e1d7a8e54fe4d06f300bfa518b4
tree44467fde6353ebf30926f03695f43a810382875d
parentc03e77fc51c2a47c3d12a7d0c40f52350a142a61
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: Carmelo Amoroso <carmelo.amoroso@st.com>
toolchain/gcc/4.2.1/307-locale_facets.patch [new file with mode: 0644]