You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2017/03/16 03:04:41 UTC

[jira] [Created] (GUACAMOLE-240) Wrong structures passed to PulseAudio callbacks

Michael Jumper created GUACAMOLE-240:
----------------------------------------

             Summary: Wrong structures passed to PulseAudio callbacks
                 Key: GUACAMOLE-240
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-240
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole-server
    Affects Versions: 0.9.12-incubating
            Reporter: Michael Jumper
            Priority: Blocker
             Fix For: 0.9.12-incubating


The arbitrary data provided for callbacks given to the PulseAudio library are supposed to all be {{guac_pa_stream*}} ... but this is not the case. Several of these callbacks are given pointers to {{guac_client}}, and others continue to cast to {{guac_client*}} even though they are actually given {{guac_pa_stream*}}. This leads to segfaults when those callbacks are invoked.

*NOTE:* This is a regression due to GUACAMOLE-179.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)