Bug 26251

Summary: Crash when attach an element into a title element
Product: WebKit Reporter: Arko Saha <arko.hit>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: bdakin
Priority: P1 Keywords: HasReduction, InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://skypher.com/SkyLined/Repro/WebKit/Bug%2025567%20-%20HTML%20document.write%20and%20document.title%20NULL%20ptr/repro.html

Arko Saha
Reported 2009-06-07 23:16:27 PDT
Fetch the given URl. Observe that Safari browser is crashing while attaching an element in title tag.
Attachments
Mark Rowe (bdash)
Comment 1 2009-06-08 08:38:10 PDT
The page contains: <script> document.write("<title>x"); document.title = "x"; document.write(""); </script>
Mark Rowe (bdash)
Comment 2 2009-06-08 08:38:32 PDT
Alexey Proskuryakov
Comment 3 2009-06-21 00:11:28 PDT
*** This bug has been marked as a duplicate of 25567 ***
Note You need to log in before you can comment on or make changes to this bug.