namhyung / uftrace

Function graph tracer for C/C++/Rust/Python
https://uftrace.github.io/slide/
GNU General Public License v2.0
2.92k stars 419 forks source link

Fix close file descriptor in setup_dwarf_info function to release acquired resource #1919

Closed ziming-zh closed 2 months ago

ziming-zh commented 2 months ago

Hello @namhyung @honggyukim,

I've also run Facebook's Infer tool to check for potential defection in the current code base. I've made a fix #1918 to close file descriptor in setup_dwarf_info function to release acquired resource in utils/dwarfs.c. I've attached the complete infer report in bugs.txt and report.csv. The other detected defects seems trivial on my side. I'd be happy if you could take a look at them.