This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Debug mode output broken


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]