You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2020/01/22 19:15:03 UTC

[GitHub] [guacamole-server] mike-jumper opened a new pull request #252: GUACAMOLE-935: Do not assign SVC plugin context as it may be automatically freed.

mike-jumper opened a new pull request #252: GUACAMOLE-935: Do not assign SVC plugin context as it may be automatically freed.
URL: https://github.com/apache/guacamole-server/pull/252
 
 
   FreeRDP version 2.0.0-rc0 and older will automatically free whatever `entry_points->pInterface` is set to when the channel plugin is unloaded. This doesn't happen in later versions, but will result in a double-free upon disconnect for 2.0.0-rc0 in our case. As we don't need `pInterface`, we can safely set this to `NULL` and avoid the issue entirely.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [guacamole-server] necouchman merged pull request #252: GUACAMOLE-935: Do not assign SVC plugin context as it may be automatically freed.

Posted by GitBox <gi...@apache.org>.
necouchman merged pull request #252: GUACAMOLE-935: Do not assign SVC plugin context as it may be automatically freed.
URL: https://github.com/apache/guacamole-server/pull/252
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services