[Webkit-unassigned] [Bug 165597] New: AX: When using contains Korean chraracter then crash `location.hash` value.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 01:59:34 PST 2016


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

            Bug ID: 165597
           Summary: AX: When using contains Korean chraracter then crash
                    `location.hash` value.
    Classification: Unclassified
           Product: WebKit
           Version: Safari 10
          Hardware: All
                OS: All
            Status: NEW
          Severity: Major
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: stegano at daum.net

Summary:
When using contains Korean chraracter then crash `location.hash` value.

Steps to Reproduce:
1. install Safari
2. launch Safari
3. move to https://apple.com(or another site)
4. Top menu -> for developer -> Show error console
5. below javascript code input to console
location.hash = "한글 테스트" // input Korean character to location.hash;
console.log(location.hash); // you will show "#\" in console, but must be `한글 테스트` or `%ED%95%9C%EA%B8%80%20%ED%85%8C%EC%8A%A4%ED%8A%B8`.


Expected Results:
"#한글 테스트" or "#%ED%95%9C%EA%B8%80%20%ED%85%8C%EC%8A%A4%ED%8A%B8"

Actual Results:
"#\"

Version:
OS X

-- 
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/20161208/626e049f/attachment-0001.html>


More information about the webkit-unassigned mailing list