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
@@ -91,6 +99,11 @@ So running fewer tools we would not have found all these faults, what are we mis
91
99
CodeChecker reports many useful errors (memory errors and other important problems), but some false positives.
92
100
As we use its sensitive setting, we get a few extra LOW and MEDIUM warnings (can be tweaked a lot).
93
101
102
+
I was suprised to see that it did not complain of cert-err33-c, i.e. we do not check the return values of snprintf (et al.). Perhaps I have a too old version, as I've seen this warning in other situations. I think this is a warning which we could try to enable in the future...
0 commit comments