WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
278512
REGRESSION (
280975@main
) Null pointer deref crash in WebCore::AudioWorkletGlobalScope::createProcessor
https://bugs.webkit.org/show_bug.cgi?id=278512
Summary
REGRESSION (280975@main) Null pointer deref crash in WebCore::AudioWorkletGlo...
Ryan Reno
Reported
2024-08-21 21:43:43 PDT
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
Comment 1
2024-08-21 21:43:45 PDT
<
rdar://problem/133250806
>
Ryan Reno
Comment 2
2024-08-21 21:46:37 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/32574
EWS
Comment 3
2024-08-22 19:54:04 PDT
Committed
282644@main
(2ef9bf886adc): <
https://commits.webkit.org/282644@main
> Reviewed commits have been landed. Closing PR #32574 and removing active labels.
EWS
Comment 4
2024-08-23 13:10:45 PDT
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug