[Webkit-unassigned] [Bug 268300] New: IPC validation for DocumentEditingContext::Range should not crash on overflow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 29 08:58:20 PST 2024


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

            Bug ID: 268300
           Summary: IPC validation for DocumentEditingContext::Range
                    should not crash on overflow
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com
                CC: kkinnunen at apple.com

Checked<uint64_t> { … } handles overflow by crashing, which isn't ideal.

The validator should instead fail decoding gracefully and MESSAGE_CHECK the web process, by recording the uint64_t overflow.

-- 
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/20240129/fe605107/attachment-0001.htm>


More information about the webkit-unassigned mailing list