[Webkit-unassigned] [Bug 122277] Missing NULL check at destruct API of VectorDestructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 3 11:34:44 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122277


Anders Carlsson <andersca at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andersca at apple.com




--- Comment #4 from Anders Carlsson <andersca at apple.com>  2013-10-03 11:33:39 PST ---
(In reply to comment #3)
> both variables are null.

If both begin and end are null the loop condition will be false and the loop body will not be entered - see http://en.wikipedia.org/wiki/C_syntax#Iteration_statements for more information.

Maybe the compiler is buggy?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list