jack1 icon indicating copy to clipboard operation
jack1 copied to clipboard

segfault in libjack from incorrect regex in jack_get_ports()

Open 7890 opened this issue 6 years ago • 0 comments

Check return value from regcomp() to handle invalid regular expressions.

https://github.com/jackaudio/jack1/blob/master/libjack/client.c#L3019 https://github.com/jackaudio/jack1/blob/master/libjack/client.c#L3023

See https://github.com/jackaudio/jack2/issues/433

7890 avatar Feb 20 '19 14:02 7890