Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 8102
blob8e88d8777935c681048195499ef93e3335c1c714
1 Title: The Micro Core now safely detects corrupted state files
2 Level: 1
3 Edition: cee
4 Component: cmc
5 Version: 1.2.6b1
6 Date: 1417520887
7 Class: fix
9 If due to a disk-full situation or other reasons the file
10 <tt>var/check_mk/core/state</tt> was empty, corrupted or incomplete the CMC
11 would crash with a segmentation fault in many cases. This has been fixed by
12 savely checking the already existing end-of-file magic marker <i>before</i>
13 processing the file.