[llvm-commits] [llvm] r58199 - /llvm/trunk/lib/Support/raw_ostream.cpp

Chris Lattner clattner at apple.com
Sun Oct 26 13:29:11 PDT 2008


On Oct 26, 2008, at 1:19 PM, Török Edwin wrote:

> On 2008-10-26 21:20, Chris Lattner wrote:
>> Author: lattner
>> Date: Sun Oct 26 14:20:47 2008
>> New Revision: 58199
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=58199&view=rev
>> Log:
>> fix PR2953, an off-by-one error handling formatted i/o.
>> Thanks to Török Edwin for the awesome reduced testcase.
>>
>
> I think that this fix should be pulled into 2.4.
> Who knows when it might trigger, there  is lots of code using  
> raw_ostream...

This can only happen when formatters are used.  I think these are  
currently only used by Clang, so no bug could manifest in 2.4,

-Chris



More information about the llvm-commits mailing list