You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#20682 fixes some potential segfaults in the media input server. Looking at the original #13259 it looks like the same pattern exists in other files (notably I see audio-output-server.cpp being also broken).
Proposed Solution
After a verify that it is not null check, the null delegate should not be dereferenced. the code after exit should only do cleanup.
The text was updated successfully, but these errors were encountered:
Problem
#20682 fixes some potential segfaults in the media input server. Looking at the original #13259 it looks like the same pattern exists in other files (notably I see
audio-output-server.cpp
being also broken).Proposed Solution
After a
verify that it is not null
check, the null delegate should not be dereferenced. the code afterexit
should only do cleanup.The text was updated successfully, but these errors were encountered: