[llvm-commits] [llvm] r91842 - /llvm/trunk/include/llvm/Support/Format.h

Chris Lattner clattner at apple.com
Tue Dec 22 14:40:20 PST 2009


On Dec 22, 2009, at 12:11 PM, Anton Korobeynikov wrote:

> Hello, Chris
>
>> The code in question doesn't care about this.
> In fact it does - when there is no room for trailing NULL _snprintf  
> does
> not report any error. Thus, we will end with invalid string (buffer
> won't be reallocated for bigger size).
>
> I've restored this behavior for VCPP only

Thanks Anton!

-Chris



More information about the llvm-commits mailing list