[Webkit-unassigned] [Bug 223978] New: REGRESSION(r274244): [GTK][WPE] Two http/tests/security/contentSecurityPolicy tests crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 19:37:30 PDT 2021


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

            Bug ID: 223978
           Summary: REGRESSION(r274244): [GTK][WPE] Two
                    http/tests/security/contentSecurityPolicy tests crash
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: cgambrell at apple.com, jbedard at apple.com

This two tests crash after r274244 on GTK and WPE ports

Regressions: Unexpected crashes (2)
 http/tests/security/contentSecurityPolicy/1.1/scripthash-allowed-by-legacy-enforced-policy-and-blocked-by-report-policy.py [ Crash ]
 http/tests/security/contentSecurityPolicy/1.1/scripthash-blocked-by-legacy-enforced-policy-and-blocked-by-report-policy.py [ Crash ]



A libsoup critical warning is emitted when running this tests:

(process:4649): libsoup-CRITICAL **: 04:19:24.386: soup_filter_input_stream_read_until: assertion '!include_boundary || (boundary_length < length)' failed

Debugging the issue it seems is related that the Apache server now doesn't send a "Content-length" header with the size of the body for the new version of the tests with cgi/python
Therefore in that case we should end the text stream with an empty \r\n

-- 
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/20210331/c942ed52/attachment-0001.htm>


More information about the webkit-unassigned mailing list