[cfe-commits] r72607 - in /cfe/trunk: lib/AST/ExprConstant.cpp test/CodeGen/builtin-nanf.c
Mike Stump
mrs at apple.com
Sat May 30 07:45:57 PDT 2009
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.
More information about the cfe-commits
mailing list