[Webkit-unassigned] [Bug 30774] [V8] Missing null check after string conversion in error reporting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 09:29:43 PDT 2009


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





--- Comment #5 from Mads Ager <ager at chromium.org>  2009-10-26 09:29:42 PDT ---
Yeah, that is not the problem.  The problem is getting into this case in the
code first.  I need to be in a situation where the TryCatch has no message
*and* the ToString operations throws an exception.  The first part is the hard
part - most of the time a TryCatch should have a message.  I need something
like a stack overflow at an unfortunate time to hit this path.

-- 
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