[Webkit-unassigned] [Bug 238662] REGRESSION (iOS 15.4): JSON.parse fails on sketchfab.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 4 03:01:51 PDT 2022


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

--- Comment #8 from paul at sketchfab.com ---
if it helps json parse error gives really strange token error reported:

SyntaxError: JSON Parse error: Unrecognized token 'ô'
SyntaxError: JSON Parse error: Unrecognized token '»'
SyntaxError: JSON Parse error: Unrecognized token 'Í'

amongst many other, which makes it looks like it reads out of bounds memory when parsing.

As it happens that we produce the json string from String.fromCharCode, slicde from uint8 array, and that it appends only on "big json" fails, it also point to that memory allocation/bounds problem.

-- 
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/20220404/d4964fe0/attachment.htm>


More information about the webkit-unassigned mailing list