Bug 115794 - [Qt] Crash when loading link to audio file
Summary: [Qt] Crash when loading link to audio file
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-08 04:47 PDT by Allan Sandfeld Jensen
Modified: 2013-05-12 19:56 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.40 KB, patch)
2013-05-08 04:48 PDT, Allan Sandfeld Jensen
jturcotte: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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???