nri-plugins icon indicating copy to clipboard operation
nri-plugins copied to clipboard

[bug] Dereference of nil - possible segfault

Open mek-x opened this issue 1 year ago • 0 comments

According to the implementation of the node.Parent() method, this check (!n.IsNil()) could cause segmentation fault, because node.Parent() could return nil.

mek-x avatar Sep 18 '24 06:09 mek-x