vitalyvch / strace.ebpf

This repository contains a tool which traces syscalls in a fast way using eBPF linux kernel feature
https://github.com/vitalyvch/strace.ebpf
Other
16 stars 6 forks source link

Dead assignment - utils.c #64

Open mramotowski opened 7 years ago

mramotowski commented 7 years ago

In line 114: Value stored to 'res' is never read. Found on revision: d293c9f42903548d210f515a8d59101cc38ff0fa using clang static analyzer.