ITRS-Group / monitor-merlin

Module for Effortless Redundancy and Loadbalancing In Naemon
https://itrs-group.github.io/monitor-merlin/
GNU General Public License v2.0
22 stars 14 forks source link

Fix order of deinit #151

Closed jdumalaonITRS closed 1 year ago

jdumalaonITRS commented 1 year ago

This commit fixes order of test deinitialization based on the reverse order that the resurces were allocated in test initilization. Based on valgrind tests, the nebmodule_deinit was reading from invalid memory area. Fixing this removed the invalid reads.

This resolves MON-13318.