You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCC10 has a new static analyzer (-fanalyzer), that I just tested with the firejail source. (building with CFLAGS=-fanalyzer ./configure && make).
Here are the findings:
GCC10 has a new static analyzer (
-fanalyzer
), that I just tested with the firejail source. (building withCFLAGS=-fanalyzer ./configure && make
).Here are the findings:
looks like false positive to me:
Fixed in c02c91e:
Fixed in 2d16063:
The text was updated successfully, but these errors were encountered: