Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6967
blob8eeec4ee37b9a320c4f27620c88d7d66b07fb673
1 Title: Initialize step value for unknown metrics in rrddata columns
2 Level: 1
3 Component: livestatus
4 Compatible: compat
5 Edition: cee
6 Version: 1.6.0i1
7 Date: 1552377187
8 Class: fix
10 When unknown metrics were queried via rrddata Livestatus columns, the step
11 value was not initialized, so a more or less random value was returned. 
12 Valgrind was of course unhappy about this, too.  This has been fixed, and
13 the step value is now zero under such circumstances.