[Phonon] [Bug 486468] Phonon-vlc with pipewire output crashes when Phonon::AudioOutput::setVolume is called without media
Philippe
bugzilla_noreply at kde.org
Mon Jul 1 17:30:23 BST 2024
https://bugs.kde.org/show_bug.cgi?id=486468
Philippe <phi.lippe.latulipp.e+kde at protonmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |phi.lippe.latulipp.e+kde at pr
| |otonmail.com
--- Comment #11 from Philippe <phi.lippe.latulipp.e+kde at protonmail.com> ---
I think the issue is in modules/audio_output/pipewire.c of vlc-plugin-pipewire.
When the internal "sys" structure is created in Open(), its fields contain
uninitialized memory. In particular, its stream field should be set to NULL,
otherwise other parts of the code think that there is a stream active and crash
while trying to access it.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list