Bug 108504

Summary: HRTFElevation segfault if a null AudioBus is returned by loadPlatformResource
Product: WebKit Reporter: Jesus Sanchez-Palencia <jesus>
Component: Web AudioAssignee: Jesus Sanchez-Palencia <jesus>
Status: RESOLVED FIXED    
Severity: Normal CC: crogers, eric.carlson, feature-media-reviews, kbr, pnormand, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Jesus Sanchez-Palencia
Reported 2013-01-31 11:02:12 PST
In static AudioBus* getConcatenatedImpulseResponsesForSubject(const String& subjectName), there is no check for a null concatenatedImpulseResponses after: OwnPtr<AudioBus> concatenatedImpulseResponses = AudioBus::loadPlatformResource(subjectName.utf8().data(), ResponseSampleRate); Patch is coming.
Attachments
Patch (1.88 KB, patch)
2013-01-31 11:11 PST, Jesus Sanchez-Palencia
no flags
Jesus Sanchez-Palencia
Comment 1 2013-01-31 11:11:39 PST
Philippe Normand
Comment 2 2013-02-01 00:47:21 PST
LGTM, Chris what do you think?
Kenneth Russell
Comment 3 2013-02-01 10:44:32 PST
Comment on attachment 185820 [details] Patch Looks OK to me.
WebKit Review Bot
Comment 4 2013-02-01 11:01:47 PST
Comment on attachment 185820 [details] Patch Clearing flags on attachment: 185820 Committed r141611: <http://trac.webkit.org/changeset/141611>
WebKit Review Bot
Comment 5 2013-02-01 11:01:51 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.