[cfe-commits] r72607 - in /cfe/trunk: lib/AST/ExprConstant.cpp test/CodeGen/builtin-nanf.c
Chris Lattner
clattner at apple.com
Sat May 30 12:10:27 PDT 2009
On May 30, 2009, at 7:45 AM, Mike Stump wrote:
> On May 29, 2009, at 9:31 PM, Chris Lattner wrote:
>> Isn't this memory leaked? Why not use a SmallString<16> or
>> something (with an appropriate resize)?
>
> Yep, and it had some other problems in it as well (after going
> through all the work to ensure it was zero terminated for strtol, I
> never actually used the copy! :-(), fixed in 72621.
Thanks!
More information about the cfe-commits
mailing list