Bug 278512
Summary: | REGRESSION (280975@main) Null pointer deref crash in WebCore::AudioWorkletGlobalScope::createProcessor | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Reno <rreno> |
Component: | Web Audio | Assignee: | Ryan Reno <rreno> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Reno
The Audio Worklet Processor Constructors are not being kept alive by their owner and may be garbage collected prematurely after 280975@main where callbacks were made to be weak handles.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Reno
<rdar://problem/133250806>
Ryan Reno
Pull request: https://github.com/WebKit/WebKit/pull/32574
EWS
Committed 282644@main (2ef9bf886adc): <https://commits.webkit.org/282644@main>
Reviewed commits have been landed. Closing PR #32574 and removing active labels.
EWS
Committed 280938.263@safari-7619-branch (dd324811f92e): <https://commits.webkit.org/280938.263@safari-7619-branch>
Reviewed commits have been landed. Closing PR #1641 and removing active labels.