[Webkit-unassigned] [Bug 142160] ASSERTION FAILED: charactersWritten > 0 && static_cast<unsigned>(charactersWritten) < sizeof(buffer) in JSC::dateProtoFuncToISOString

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 6 00:09:29 PST 2015


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

--- Comment #2 from Renata Hodovan <rhodovan.u-szeged at partner.samsung.com> ---
(In reply to comment #1)
> Which part of the assertion condition is untrue? That's sort of a big
> difference.

The second part of the condition fails, since 30 characters was written but the size if the buffer is only 28. (However, this case is handled in the next line so we don't end up in a crash in release.)

-- 
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/20150306/db3eaa12/attachment-0002.html>


More information about the webkit-unassigned mailing list