[Webkit-unassigned] [Bug 159207] New: WebRTC: ice-char can not contain '=' characters for credentials

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 28 03:20:14 PDT 2016


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

            Bug ID: 159207
           Summary: WebRTC: ice-char can not contain '=' characters for
                    credentials
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: alex at igalia.com

We are generating a wrong pass string because we are using base64 random string with padding, and paddings are filled with '=' characters, it is a problem because the sdp parser does not work corrently in this cases and we are not sending good credentials. The parser in the test we have was modified to avoid this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160628/4a0554f4/attachment.html>


More information about the webkit-unassigned mailing list