[Webkit-unassigned] [Bug 255601] New: Form tag with name "host" causes crash on submit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 18 06:38:53 PDT 2023


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

            Bug ID: 255601
           Summary: Form tag with name "host" causes crash on submit
           Product: WebKit
           Version: Safari 16
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: manu at sprain.ch
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Submitting a form with name "host" causes Safari 16.4 to crash.
Changing the name to anything else avoids the problem.

Reproduce with this markup:

<form name="host" method="GET">
<input type="submit" value="Submit this form. It may break your Safari browser.">
</form>

-- 
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/20230418/fbe0c268/attachment.htm>


More information about the webkit-unassigned mailing list