[Webkit-unassigned] [Bug 222452] JSC Crash in makeString()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 26 12:37:37 PST 2021


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

--- Comment #2 from Darin Adler <darin at apple.com> ---
The crash in makeString is 100% intentional.

The use of makeString rather than tryMakeString allows callers to select whether to crash or handle memory exhaustion differently. The full name of makeString is "makeString and crash if there is insufficient memory".

So the real question is about what invokes makeString and why.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210226/2557e44a/attachment-0001.htm>


More information about the webkit-unassigned mailing list