We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8223495 commit c8494abCopy full SHA for c8494ab
1 file changed
cpp/common/test/rules/signedintegeroverflowshared/test.cpp
@@ -1,6 +1,6 @@
1
-#include <limits.h>
2
#include <cstddef>
3
#include <cstdint>
+#include <limits.h>
4
5
void test_add_simple(signed int i1, signed int i2) {
6
i1 + i2; // NON_COMPLIANT - not bounds checked
0 commit comments