nri-plugins
nri-plugins copied to clipboard
[bug] Dereference of nil - possible segfault
According to the implementation of the node.Parent() method, this check (!n.IsNil()) could cause segmentation fault, because node.Parent() could return nil.