[webkit-dev] SLL_Pop list is not checked for NULL

Darin Adler darin at apple.com
Mon Aug 3 09:51:18 PDT 2009


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



More information about the webkit-dev mailing list