oracle / bpftune

bpftune uses BPF to auto-tune Linux systems
Other
685 stars 59 forks source link

libbpftune: bpf open needs to handle errors #27

Closed alan-maguire closed 1 year ago

alan-maguire commented 1 year ago

we were dereferencing the skel pointer; it may be a error pointer value so check for this.