Debug mode output broken

Paolo Carlini pcarlini@suse.de
Fri Aug 6 11:19:00 GMT 2004


Jonathan Wakely wrote:

>An inadvertent change to a message that makes it longer than the
>128-byte buffer would also cause an overflow. Badness.
>
You are definitely right. The real fix for this kind of very dangerous
problems involves changing the code to use an ostringstream. I think
it's time to do that.

Paolo.



More information about the Libstdc++ mailing list