[Webkit-unassigned] [Bug 260962] Network process crash in WebKit::CacheStorageDiskStore::readRecords
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 31 07:09:38 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260962
Michael Catanzaro <mcatanzaro at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Network process crash in |Network process crash in
|WebKit::CacheStorageDiskSto |WebKit::CacheStorageDiskSto
|re::readRecords when |re::readRecords
|attempting to memcpy |
|16,777,216 TiB of data |
--- Comment #2 from Michael Catanzaro <mcatanzaro at redhat.com> ---
> Notably, we tried to memcpy 18446744073709551615 (2^64-1) bytes, which is not good.
Well, actually, that's what WebKit thinks is the size of the record (see frame 5), but the memcpy is only __len=8. Oops, sorry.
--
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/20230831/9369eaa6/attachment.htm>
More information about the webkit-unassigned
mailing list