]> git.ipfire.org Git - thirdparty/lxc.git/commit
conf: remove thread-unsafe strsignal + improve log 1328/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 27 Nov 2016 03:44:06 +0000 (04:44 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 27 Nov 2016 03:44:06 +0000 (04:44 +0100)
commit062b72c6b981d735d9642addad7e82cb68c05d8f
treea4b8cd47e58eae019e962b6f9d80436e2780b13b
parent8d58eea994be73f97e7e739fc13164aa694ed94d
conf: remove thread-unsafe strsignal + improve log

The thread-unsafe functions strsignal() is called in run_buffer() which in turn
is called in run_buffer_argv() which is responsible for running __all__ lxc
hooks. This is pretty dangerous for multi-threaded users like LXD.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.c