[pulseaudio-tickets] [Bug 93639] New: [PATCH] memblock: Fix double lock/unlock
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jan 7 19:36:46 PST 2016
https://bugs.freedesktop.org/show_bug.cgi?id=93639
Bug ID: 93639
Summary: [PATCH] memblock: Fix double lock/unlock
Product: PulseAudio
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: medium
Component: core
Assignee: pulseaudio-bugs at lists.freedesktop.org
Reporter: jeongyeon.kim at samsung.com
QA Contact: pulseaudio-bugs at lists.freedesktop.org
CC: lennart at poettering.net
Created attachment 120888
--> https://bugs.freedesktop.org/attachment.cgi?id=120888&action=edit
pa_memexport_process_release() was self-locked function, but some caller used
lock/unlock again. (e.g pa_memexport_free(), memexport_revoke_blocks())
Dear all,
pa_memexport_process_release() was self-locked function, but some caller used
lock/unlock again outside of it. (e.g pa_memexport_free(),
memexport_revoke_blocks())
Therefore, it seems to be occurred double lock/unlock problem.
Would you please review the patch?
Regards,
KimJeongYeon
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160108/62a87129/attachment-0001.html>
More information about the pulseaudio-bugs
mailing list