https://bugs.freedesktop.org/show_bug.cgi?id=62988
--- Comment #3 from Tanu Kaskinen <[email protected]> --- The(In reply to comment #1) > In shm.c, you use shm_open with mode & 0444. I guess that is the problem. > Why are you doing that? No idea. Seems silly. The only caller for pa_shm_create_rw() uses mode 0700. I'll make a slightly different patch: instead of using "mode & 0777", I'll remove the and operator altogether and add an assertion that checks that the mode is valid. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
