Summary: | Crash in CFNetwork visiting google.com | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Jessie Berlin <jberlin> | ||||||
Component: | WebKit2 | Assignee: | Jessie Berlin <jberlin> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | andersca, aroben, jberlin, sam | ||||||
Priority: | P2 | Keywords: | InRadar, PlatformOnly | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | Windows 7 | ||||||||
Attachments: |
|
Description
Jessie Berlin
2011-03-08 12:04:34 PST
Created attachment 85077 [details]
Patch
Created attachment 85085 [details]
Patch with a test
Comment on attachment 85085 [details] Patch with a test Committed in r80586 http://trac.webkit.org/changeset/80586 Comment on attachment 85085 [details] Patch with a test View in context: https://bugs.webkit.org/attachment.cgi?id=85085&action=review > Tools/TestWebKitAPI/Tests/WebKit2/win/DoNotCopyANullCFURLResponse.cpp:38 > + WKRetainPtr<WKURLResponseRef> nullWKResponse = WKURLResponseCreateWithCFURLResponse(0); > + RetainPtr<CFURLResponseRef> nullCFResponse = WKURLResponseCopyCFURLResponse(kCFAllocatorDefault, nullWKResponse.get()); Both of these are being leaked. (In reply to comment #4) > (From update of attachment 85085 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=85085&action=review > > > Tools/TestWebKitAPI/Tests/WebKit2/win/DoNotCopyANullCFURLResponse.cpp:38 > > + WKRetainPtr<WKURLResponseRef> nullWKResponse = WKURLResponseCreateWithCFURLResponse(0); > > + RetainPtr<CFURLResponseRef> nullCFResponse = WKURLResponseCopyCFURLResponse(kCFAllocatorDefault, nullWKResponse.get()); > > Both of these are being leaked. Fixed in r80599 http://trac.webkit.org/changeset/80599 |