[Webkit-unassigned] [Bug 50444] New: chrome.dll!WebCore::Document::write ReadAV at NULL (64769eadff629b4366f33eb18eb92124)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 3 01:48:41 PST 2010


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

           Summary: chrome.dll!WebCore::Document::write ReadAV at NULL
                    (64769eadff629b4366f33eb18eb92124)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://code.google.com/p/chromium/issues/detail?id=652
                    60
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org
                CC: eric at webkit.org


Created an attachment (id=75475)
 --> (https://bugs.webkit.org/attachment.cgi?id=75475&action=review)
Repro

Repro:
<script>
  window.open('repro.wav', 'test');
  setTimeout(function () {
    window.open('javascript:document.write("Ja");', 'test');
  }, 1000);
</script>
Must be hosted on a server because of file:// SOP restrictions.


id:             chrome.dll!WebCore::Document::write ReadAV at NULL (64769eadff629b4366f33eb18eb92124)
description:    Attempt to read from unallocated NULL pointer in chrome.dll!WebCore::Document::write
application:    Chromium 9.0.598.0
stack:          chrome.dll!WebCore::Document::write
                chrome.dll!WebCore::V8HTMLDocument::writeCallback
                chrome.dll!v8::internal::HandleApiCallHelper<...>
                chrome.dll!v8::internal::Builtin_HandleApiCall
                chrome.dll!v8::internal::Invoke
                chrome.dll!v8::internal::Execution::Call
                ...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list