3 Aug
2009
3 Aug
'09
4:51 p.m.
On Aug 3, 2009, at 5:00 AM, Luka Napotnik wrote:
In JavaScriptCore/wtf/FastMalloc.cpp:696
The list should be checked for NULL.
No, that’s incorrect. The code is fine as it is. There’s only one caller and that caller guarantees that neither list nor *list is 0. Is there some reason you think this change is necessary? -- Darin