Bug 26251
| Summary: | Crash when attach an element into a title element | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Arko Saha <arko.hit> |
| Component: | DOM | Assignee: | 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
Fetch the given URl. Observe that Safari browser is crashing while attaching an element in title tag.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
The page contains:
<script>
document.write("<title>x");
document.title = "x";
document.write("");
</script>
Mark Rowe (bdash)
<rdar://problem/6954947>
Alexey Proskuryakov
*** This bug has been marked as a duplicate of 25567 ***