Module: check_mk
Branch: master
Commit: 4e34ece9f3a3f2532ba38fb1a15cbb43e4e22c09
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4e34ece9f3a3f2…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Wed Jan 31 11:31:47 2018 +0100
5668 FIX Fixed potential segfault when talking to the event console
When users with restricted permissions tried to retrieve the event console
events or their history, a segfault could happen in the Livestatus NEB/Micro
Core. This has been fixed.
Change-Id: I16cccdf75316399a78a533f360a8241ecb433441
---
.werks/5668 | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.werks/5668 b/.werks/5668
new file mode 100644
index 0000000..4c1c455
--- /dev/null
+++ b/.werks/5668
@@ -0,0 +1,12 @@
+Title: Fixed potential segfault when talking to the event console
+Level: 1
+Component: livestatus
+Compatible: compat
+Edition: cre
+Version: 1.5.0i3
+Date: 1517394549
+Class: fix
+
+When users with restricted permissions tried to retrieve the event console
+events or their history, a segfault could happen in the Livestatus NEB/Micro
+Core. This has been fixed.