Re: [PATCH v10 1/1] audio/jack: fix use after free segfault

2020-11-08 Thread Christian Schoenebeck
On Sonntag, 8. November 2020 07:33:50 CET Geoffrey McRae wrote: > This change registers a bottom handler to close the JACK client > connection when a server shutdown signal is received. Without this > libjack2 attempts to "clean up" old clients and causes a use after free > segfault. > > Signed-of

[PATCH v10 1/1] audio/jack: fix use after free segfault

2020-11-07 Thread Geoffrey McRae
This change registers a bottom handler to close the JACK client connection when a server shutdown signal is received. Without this libjack2 attempts to "clean up" old clients and causes a use after free segfault. Signed-off-by: Geoffrey McRae --- audio/jackaudio.c | 50 ++