kubearmor / libbpf

KubeArmor eBPF Go library based on Linux libbpf API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KABPFMap.Object() returns new pointer instead of reference the actual KABPF Object

geyslan opened this issue · comments

The current implementation depends entirely on libbpf.BPFMap.GetModule(). To work around this problem, it would be necessary to keep a KABPFObject reference inside KABPFMap as well.