Werk #2318: windows agent: no longer crashes when a cached plugin has several hundred sections
Component | Checks & agents | ||||||||||||||||||
Title | windows agent: no longer crashes when a cached plugin has several hundred sections | ||||||||||||||||||
Date | Jun 29, 2015 | ||||||||||||||||||
Level | Trivial Change | ||||||||||||||||||
Class | Bug Fix | ||||||||||||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||||||||||||
Checkmk versions & editions |
|
The windows agent crashed when a single cached plugin reported several hundred sections. Cached plugins needs to be postprocessed, which requires additional heap buffer. The extra heap buffer was set to a too small value. This has been fixed.