> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 14, 2007 9:01 PM > To: stdcxx-dev@incubator.apache.org > Subject: Re: svn commit: r565221 - > /incubator/stdcxx/trunk/tests/src/char.cpp > > [EMAIL PROTECTED] wrote: > > Author: faridz > > Date: Sun Aug 12 18:47:17 2007 > > New Revision: 565221 > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=565221 > > Log: > > 2007-08-13 Farid Zaripov <[EMAIL PROTECTED]> > > > > * char.cpp (rw_widen): Don't write after end of dst. > > Why not? I.e., what was wrong with the code before the change? > If there is a bug, does the 0.char.cpp test catch it? (If > not, it should be enhanced.)
Partially :) The 0.char.cpp test issues Access Violation in 12d build on MSVC. Farid.