[Webkit-unassigned] [Bug 219850] New: [SOUP] WebSockets: wrong data sent in some cases with libsoup < 2.68

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 14 05:42:38 PST 2020


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

            Bug ID: 219850
           Summary: [SOUP] WebSockets: wrong data sent in some cases with
                    libsoup < 2.68
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: berto at igalia.com, bugs-noreply at webkitgtk.org,
                    csaavedra at igalia.com

We are using soup_websocket_connection_send_text() when libsoup < 2.68, which expects a null terminated string, but we are receiving a IPC::DataReference that needs to be converted to a null terminated string by taking into account its size.

-- 
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/20201214/88b4bd83/attachment.htm>


More information about the webkit-unassigned mailing list