[Webkit-unassigned] [Bug 214665] New: [IPC hardening] WebCore::ArgumentCoder<BlobPart>::decode() and encode() should use enum BlobPart::Type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 22 16:49:24 PDT 2020


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

            Bug ID: 214665
           Summary: [IPC hardening]
                    WebCore::ArgumentCoder<BlobPart>::decode() and
                    encode() should use enum BlobPart::Type
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: useafterfree at apple.com

WebCore::ArgumentCoder<BlobPart>::decode() and encode() should use enum BlobPart::Type.

We can also get rid of a default: case label in decode() while we're here to make -Wimplicit-fallthrough emit a warning if a new enum is added.

<rdar://problem/65777948>

-- 
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/20200722/bc42be05/attachment-0001.htm>


More information about the webkit-unassigned mailing list