mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 23:21:22 +03:00
c8fec8bf9b
1) don't ignore stack-allocated variables, since they may hide heap-allocated stuff (compound types) 2) check if there's a return between the variable declaration and its initialization; if so, treat the variable as uninitialized 3) introduction of 2) increased the query runtime exponentially, so introduce some optimizations to bring it back to some reasonable values |
||
---|---|---|
.. | ||
PotentiallyDangerousFunction.ql | ||
UninitializedVariableWithCleanup.ql |