Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 2581
blobca2a6ebf71f31c154bf198a00e1f3b62a9e11b40
1 Title: Fix crashing Nagios core in rare case when excessive commands are being executed
2 Level: 2
3 Component: livestatus
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i3
8 Date: 1441283031
10 The crash was due to the fact that the internal Nagios API for executing commands
11 is not thread safe. The CMC was not affected. This fixes the problems:
13 http://tracker.nagios.org/view.php?id=656
15 http://lists.mathias-kettner.de/pipermail/checkmk-en/2015-February/014497.html
17 Thanks to Ryan C. Underwood for the patch!