Bug 115794

Summary: [Qt] Crash when loading link to audio file
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: WebKit QtAssignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, japhet, jturcotte
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch jturcotte: review+

Description Allan Sandfeld Jensen 2013-05-08 04:47:02 PDT
Go to http://en.wikipedia.org/wiki/File:Beatles_helter_skelter.ogg and click on the link Beatles_helter_skelter.ogg. This will crash WebKit due to a null pointer frame.
Comment 1 Allan Sandfeld Jensen 2013-05-08 04:48:14 PDT
Created attachment 201058 [details]
Patch
Comment 2 Jocelyn Turcotte 2013-05-08 05:33:20 PDT
Comment on attachment 201058 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=201058&action=review

> Source/WebCore/ChangeLog:3
> +        [Qt] Crash when loading link to audio file

I believe this isn't Qt-specific.
Comment 3 Allan Sandfeld Jensen 2013-05-08 06:00:19 PDT
Committed r149733: <http://trac.webkit.org/changeset/149733>
Comment 4 Benjamin Poulain 2013-05-12 19:56:55 PDT
Why doesn't this include tests???