[Bug 1795813] Re: backport fix for SIGSEGV when using mysql plugin

2018-10-09 Thread Andreas Hasenack
Via code inspection, it looks like this affects cosmic as well: /** * Release a mysql connection */ static void conn_release(private_mysql_database_t *this, conn_t *conn) { this->mutex->lock(this->mutex); conn->in_use = FALSE; this->mutex->unlock(this->mutex); } The diff that was c

[Bug 1795813] Re: backport fix for SIGSEGV when using mysql plugin

2018-10-04 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. If someone can prepare a backport, please follow the steps at https://wiki.ubuntu.com/StableReleaseUpdates#Procedure to have Bionic updated. All the steps documented there need to be followed. In particular, I'm c