warning: variable 'decl' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] ``` I looked into the code and it does look like decl could be used uninitialized. It is a complex path to get there though so it is hard to tell. It is also only on the erro...
Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events - Fix possible uninitialized variable access, method_class (#1034) · async-profiler/async-profiler@08f29f8