/home/jbakosi/code/xyst/src/Control/minilua.h |
5263 | cstyleCast | 398 | style | C-style pointer casting |
5569 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
5569 | ctunullpointer | 476 | warning | Null pointer dereference: L |
5600 | ctunullpointer | 476 | warning | Null pointer dereference: L |
5732 | objectIndex | 758 | warning | The address of local variable 'x' might be accessed at non-zero index. |
5739 | objectIndex | 758 | warning | The address of local variable 'x' might be accessed at non-zero index. |
5783 | cstyleCast | 398 | style | C-style pointer casting |
5795 | cstyleCast | 398 | style | C-style pointer casting |
5831 | cstyleCast | 398 | style | C-style pointer casting |
5852 | cstyleCast | 398 | style | C-style pointer casting |
5867 | cstyleCast | 398 | style | C-style pointer casting |
5871 | cstyleCast | 398 | style | C-style pointer casting |
5878 | cstyleCast | 398 | style | C-style pointer casting |
6024 | objectIndex | 758 | warning | The address of local variable 'x' might be accessed at non-zero index. |
6049 | objectIndex | 758 | warning | The address of local variable 'x' might be accessed at non-zero index. |
6054 | objectIndex | 758 | warning | The address of local variable 'x' might be accessed at non-zero index. |
6149 | constParameter | 398 | style | Parameter 'psource' can be declared as pointer to const |
6304 | cstyleCast | 398 | style | C-style pointer casting |
6379 | cstyleCast | 398 | style | C-style pointer casting |
6478 | cstyleCast | 398 | style | C-style pointer casting |
6489 | cstyleCast | 398 | style | C-style pointer casting |
6504 | cstyleCast | 398 | style | C-style pointer casting |
6514 | cstyleCast | 398 | style | C-style pointer casting |
6524 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
6524 | ctunullpointer | 476 | warning | Null pointer dereference: L |
6526 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
6895 | ctunullpointer | 476 | warning | Null pointer dereference: L |
6896 | cstyleCast | 398 | style | C-style pointer casting |
7372 | constParameter | 398 | style | Parameter 'f' can be declared as pointer to const |
7544 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
7547 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
7551 | cstyleCast | 398 | style | C-style pointer casting |
7692 | uninitvar | 457 | warning | Uninitialized variable: *p |
7726 | constParameter | 398 | style | Parameter 'limit' can be declared as pointer to const |
7738 | uninitvar | 457 | warning | Uninitialized variable: *p |
7806 | redundantContinue | 561 | style | 'continue' is redundant since it is the last statement in a loop. |
7831 | constParameter | 398 | style | Parameter 'to' can be declared as pointer to const |
8127 | constParameter | 398 | style | Parameter 'limit' can be declared as pointer to const |
8428 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
8428 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
8428 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
8431 | cstyleCast | 398 | style | C-style pointer casting |
8508 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
8546 | cstyleCast | 398 | style | C-style pointer casting |
9281 | cstyleCast | 398 | style | C-style pointer casting |
9288 | cstyleCast | 398 | style | C-style pointer casting |
9333 | cstyleCast | 398 | style | C-style pointer casting |
9511 | cstyleCast | 398 | style | C-style pointer casting |
10735 | constParameter | 398 | style | Parameter 'code' can be declared as pointer to const |
10958 | cstyleCast | 398 | style | C-style pointer casting |
10980 | cstyleCast | 398 | style | C-style pointer casting |
11093 | shadowFunction | 398 | style | Local variable 'reglevel' shadows outer function |
11122 | constParameter | 398 | style | Parameter 'name' can be declared as pointer to const |
11136 | cstyleCast | 398 | style | C-style pointer casting |
11170 | constParameter | 398 | style | Parameter 'n' can be declared as pointer to const |
11323 | constParameter | 398 | style | Parameter 'name' can be declared as pointer to const |
11342 | cstyleCast | 398 | style | C-style pointer casting |
11484 | cstyleCast | 398 | style | C-style pointer casting |
11509 | ctuuninitvar | 457 | error | Using argument fs that points at uninitialized variable funcstate |
11543 | cstyleCast | 398 | style | C-style pointer casting |
11544 | cstyleCast | 398 | style | C-style pointer casting |
11545 | cstyleCast | 398 | style | C-style pointer casting |
11547 | cstyleCast | 398 | style | C-style pointer casting |
11548 | cstyleCast | 398 | style | C-style pointer casting |
11549 | cstyleCast | 398 | style | C-style pointer casting |
11550 | cstyleCast | 398 | style | C-style pointer casting |
12325 | shadowFunction | 398 | style | Local variable 'forprep' shadows outer function |
12510 | variableScope | 398 | style | The scope of the variable 'kind' can be reduced. |
13553 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
13554 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
13554 | cstyleCast | 398 | style | C-style pointer casting |
13566 | ctunullpointer | 476 | warning | Null pointer dereference: L |
13756 | cstyleCast | 398 | style | C-style pointer casting |
13758 | cstyleCast | 398 | style | C-style pointer casting |
13773 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
13858 | constParameter | 398 | style | Parameter 'level' can be declared as pointer to const |
13861 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
13861 | cstyleCast | 398 | style | C-style pointer casting |
13893 | cstyleCast | 398 | style | C-style pointer casting |
13899 | cstyleCast | 398 | style | C-style pointer casting |
14131 | cstyleCast | 398 | style | C-style pointer casting |
14153 | cstyleCast | 398 | style | C-style pointer casting |
14156 | shadowFunction | 398 | style | Local variable 'exp1' shadows outer function |
14166 | cstyleCast | 398 | style | C-style pointer casting |
14251 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
14251 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
14251 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
14655 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
14671 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
14671 | cstyleCast | 398 | style | C-style pointer casting |
14672 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
14682 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
14682 | cstyleCast | 398 | style | C-style pointer casting |
14813 | cstyleCast | 398 | style | C-style pointer casting |
14912 | cstyleCast | 398 | style | C-style pointer casting |
14948 | cstyleCast | 398 | style | C-style pointer casting |
14979 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
15011 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
15011 | ctunullpointer | 476 | warning | Null pointer dereference: L |
15047 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
15047 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
15047 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
15065 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
15065 | ctunullpointer | 476 | warning | Null pointer dereference: L |
15083 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
15083 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
15083 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
15285 | nullPointer | 476 | error | Null pointer dereference: (lua_State*)(NULL) |
15285 | cstyleCast | 398 | style | C-style pointer casting |
15285 | nullPointer | 476 | error | Null pointer dereference: (struct lua_State*)(NULL) |
15483 | constParameter | 398 | style | Parameter 'nums' can be declared as const array |
15584 | cstyleCast | 398 | style | C-style pointer casting |
15665 | cstyleCast | 398 | style | C-style pointer casting |
15871 | nullPointer | 476 | error | Null pointer dereference: (lua_State*)(NULL) |
15871 | cstyleCast | 398 | style | C-style pointer casting |
15871 | nullPointer | 476 | error | Null pointer dereference: (struct lua_State*)(NULL) |
15908 | cstyleCast | 398 | style | C-style pointer casting |
15930 | cstyleCast | 398 | style | C-style pointer casting |
15952 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
15952 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
15952 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
15955 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
15955 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
15955 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
16168 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16190 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16195 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16234 | constParameter | 398 | style | Parameter 'oldstack' can be declared as pointer to const |
16240 | cstyleCast | 398 | style | C-style pointer casting |
16268 | cstyleCast | 398 | style | C-style pointer casting |
16368 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16368 | ctunullpointer | 476 | warning | Null pointer dereference: L |
16386 | cstyleCast | 398 | style | C-style pointer casting |
16387 | cstyleCast | 398 | style | C-style pointer casting |
16409 | cstyleCast | 398 | style | C-style pointer casting |
16409 | redundantAssignment | 563 | style | Variable 'ci->top' is reassigned a value before the old one has been used. |
16410 | cstyleCast | 398 | style | C-style pointer casting |
16467 | cstyleCast | 398 | style | C-style pointer casting |
16473 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16504 | cstyleCast | 398 | style | C-style pointer casting |
16511 | cstyleCast | 398 | style | C-style pointer casting |
16519 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16571 | cstyleCast | 398 | style | C-style pointer casting |
16607 | cstyleCast | 398 | style | C-style pointer casting |
16654 | cstyleCast | 398 | style | C-style pointer casting |
16726 | cstyleCast | 398 | style | C-style pointer casting |
16729 | cstyleCast | 398 | style | C-style pointer casting |
16817 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
16833 | cstyleCast | 398 | style | C-style pointer casting |
16962 | cstyleCast | 398 | style | C-style pointer casting |
16976 | cstyleCast | 398 | style | C-style pointer casting |
16996 | ctunullpointer | 476 | warning | Null pointer dereference: L |
17005 | cstyleCast | 398 | style | C-style pointer casting |
17037 | cstyleCast | 398 | style | C-style pointer casting |
17056 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
17056 | ctunullpointer | 476 | warning | Null pointer dereference: L |
17062 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
17062 | cstyleCast | 398 | style | C-style pointer casting |
17063 | cstyleCast | 398 | style | C-style pointer casting |
17067 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
17257 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
17257 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
17257 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
17430 | cstyleCast | 398 | style | C-style pointer casting |
17713 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
17730 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
17730 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
17730 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
17914 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
18476 | cstyleCast | 398 | style | C-style pointer casting |
18490 | cstyleCast | 398 | style | C-style pointer casting |
18501 | cstyleCast | 398 | style | C-style pointer casting |
18516 | cstyleCast | 398 | style | C-style pointer casting |
18532 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
18747 | shadowFunction | 398 | style | Local variable 'cond' shadows outer function |
18764 | shadowFunction | 398 | style | Local variable 'cond' shadows outer function |
18769 | shadowFunction | 398 | style | Local variable 'cond' shadows outer function |
18797 | shadowFunction | 398 | style | Local variable 'cond' shadows outer function |
18890 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
18898 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
19084 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
19084 | ctunullpointer | 476 | warning | Null pointer dereference: L |
19618 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
19784 | cstyleCast | 398 | style | C-style pointer casting |
19861 | cstyleCast | 398 | style | C-style pointer casting |
19889 | cstyleCast | 398 | style | C-style pointer casting |
19911 | cstyleCast | 398 | style | C-style pointer casting |
19943 | cstyleCast | 398 | style | C-style pointer casting |
20063 | cstyleCast | 398 | style | C-style pointer casting |
20085 | cstyleCast | 398 | style | C-style pointer casting |
20090 | cstyleCast | 398 | style | C-style pointer casting |
20097 | cstyleCast | 398 | style | C-style pointer casting |
20378 | cstyleCast | 398 | style | C-style pointer casting |
20434 | nullPointerRedundantCheck | 476 | warning | Either the condition 'L==NULL' is redundant or there is possible null pointer dereference: L. |
20965 | cstyleCast | 398 | style | C-style pointer casting |
20991 | cstyleCast | 398 | style | C-style pointer casting |
21045 | cstyleCast | 398 | style | C-style pointer casting |
21051 | cstyleCast | 398 | style | C-style pointer casting |
21123 | cstyleCast | 398 | style | C-style pointer casting |
21205 | cstyleCast | 398 | style | C-style pointer casting |
21233 | variableScope | 398 | style | The scope of the variable 'c' can be reduced. |
21237 | cstyleCast | 398 | style | C-style pointer casting |
21308 | cstyleCast | 398 | style | C-style pointer casting |
21481 | ctunullpointer | 476 | warning | Null pointer dereference: s |
21549 | cstyleCast | 398 | style | C-style pointer casting |
21558 | cstyleCast | 398 | style | C-style pointer casting |
21570 | cstyleCast | 398 | style | C-style pointer casting |
21664 | shadowFunction | 398 | style | Local variable 'digit' shadows outer function |
22271 | constParameter | 398 | style | Parameter 'L' can be declared as pointer to const |
22879 | knownConditionTrueFalse | 571 | style | Return value '(void)(++mode),1' is always true |
23003 | cstyleCast | 398 | style | C-style pointer casting |
23015 | cstyleCast | 398 | style | C-style pointer casting |
23025 | cstyleCast | 398 | style | C-style pointer casting |
23039 | cstyleCast | 398 | style | C-style pointer casting |
23052 | cstyleCast | 398 | style | C-style pointer casting |
23073 | cstyleCast | 398 | style | C-style pointer casting |
23084 | cstyleCast | 398 | style | C-style pointer casting |
23121 | cstyleCast | 398 | style | C-style pointer casting |
23148 | cstyleCast | 398 | style | C-style pointer casting |
23467 | cstyleCast | 398 | style | C-style pointer casting |
23635 | cstyleCast | 398 | style | C-style pointer casting |
23969 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23969 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23973 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23973 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23974 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23974 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23975 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23975 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23976 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23976 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23977 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23977 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23978 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
23978 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24002 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24002 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24003 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24003 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24183 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24183 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24225 | cstyleCast | 398 | style | C-style pointer casting |
24226 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24226 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24257 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24257 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24260 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24260 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24261 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24261 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24262 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24262 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24263 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24263 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'Rand64' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24284 | cstyleCast | 398 | style | C-style pointer casting |
24308 | cstyleCast | 398 | style | C-style pointer casting |
24422 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24422 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24422 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24624 | shadowFunction | 398 | style | Local variable 'error' shadows outer function |
24941 | ConfigurationNotChecked | | information | Skipping configuration 'LUA_DIRSEP;_WIN32' since the value of 'LUA_DIRSEP' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
24977 | ConfigurationNotChecked | | information | Skipping configuration 'LUA_DIRSEP;_WIN32' since the value of 'LUA_DIRSEP' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
25011 | ConfigurationNotChecked | | information | Skipping configuration 'LUA_DIRSEP;_WIN32' since the value of 'LUA_DIRSEP' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
25024 | ConfigurationNotChecked | | information | Skipping configuration 'LUA_DIRSEP;_WIN32' since the value of 'LUA_DIRSEP' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
25173 | ConfigurationNotChecked | | information | Skipping configuration 'LUA_PATH_DEFAULT;_WIN32' since the value of 'LUA_PATH_DEFAULT' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
25174 | ConfigurationNotChecked | | information | Skipping configuration 'LUA_CPATH_DEFAULT;_WIN32' since the value of 'LUA_CPATH_DEFAULT' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
25176 | ConfigurationNotChecked | | information | Skipping configuration 'LUA_DIRSEP;_WIN32' since the value of 'LUA_DIRSEP' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
25500 | unassignedVariable | 665 | style | Variable 'tmr' is not assigned a value. |
25844 | cstyleCast | 398 | style | C-style pointer casting |
25849 | cstyleCast | 398 | style | C-style pointer casting |
26160 | arrayIndexOutOfBoundsCond | 788 | warning | Either the condition 'level>=32' is redundant or the array 'ms->capture[32]' is accessed at index 32, which is out of bounds. |
26161 | arrayIndexOutOfBoundsCond | 788 | warning | Either the condition 'level>=32' is redundant or the array 'ms->capture[32]' is accessed at index 32, which is out of bounds. |
26302 | cstyleCast | 398 | style | C-style pointer casting |
26460 | cstyleCast | 398 | style | C-style pointer casting |
26482 | cstyleCast | 398 | style | C-style pointer casting |
26498 | cstyleCast | 398 | style | C-style pointer casting |
26786 | cstyleCast | 398 | style | C-style pointer casting |
27619 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
27619 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
27619 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
27622 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_IMPL;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
27622 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
27622 | ConfigurationNotChecked | | information | Skipping configuration 'LLONG_MAX;LUA_RAND32;Rand64' since the value of 'LLONG_MAX' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. |
27970 | knownConditionTrueFalse | 570 | style | Condition '0u-(unsigned long)pos>len' is always false |
/home/jbakosi/code/xyst/src/Inciter/Transporter.cpp |
194 | unreadVariable | 563 | style | Variable 'cbp' is assigned a value that is never used. |
202 | unreadVariable | 563 | style | Variable 'cbr' is assigned a value that is never used. |
212 | unreadVariable | 563 | style | Variable 'cbs' is assigned a value that is never used. |
1053 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1241 | uninitvar | 457 | error | Uninitialized variable: ncomp |
1247 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1262 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty and 'L2SOL' may be non-zero. |
1264 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty and 'L2SOL' may be non-zero. |
1264 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1268 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty and 'L2RES' may be non-zero. |
1269 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty and 'L2RES' may be non-zero. |
1271 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty and 'L2RES' may be non-zero. |
1271 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1276 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[TOTALEN]' because 'd' is empty and 'TOTALEN' may be non-zero. |
1280 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2ERR]' because 'd' is empty and 'L2ERR' may be non-zero. |
1282 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2ERR]' because 'd' is empty and 'L2ERR' may be non-zero. |
1282 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1284 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L1ERR]' because 'd' is empty and 'L1ERR' may be non-zero. |
1286 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L1ERR]' because 'd' is empty and 'L1ERR' may be non-zero. |
1286 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1297 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[ITER]' because 'd' is empty and 'ITER' may be non-zero. |
1297 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[TIME]' because 'd' is empty and 'TIME' may be non-zero. |
1297 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[DT]' because 'd' is empty and 'DT' may be non-zero. |
1302 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1306 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1310 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1314 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1338 | uninitvar | 457 | error | Uninitialized variable: ncomp |
1344 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1359 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty and 'L2SOL' may be non-zero. |
1361 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty and 'L2SOL' may be non-zero. |
1361 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1365 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty and 'L2RES' may be non-zero. |
1366 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty and 'L2RES' may be non-zero. |
1368 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty and 'L2RES' may be non-zero. |
1368 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1374 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2ERR]' because 'd' is empty and 'L2ERR' may be non-zero. |
1376 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2ERR]' because 'd' is empty and 'L2ERR' may be non-zero. |
1376 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1378 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L1ERR]' because 'd' is empty and 'L1ERR' may be non-zero. |
1380 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L1ERR]' because 'd' is empty and 'L1ERR' may be non-zero. |
1380 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1391 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[ITER]' because 'd' is empty and 'ITER' may be non-zero. |
1391 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[TIME]' because 'd' is empty and 'TIME' may be non-zero. |
1391 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[DT]' because 'd' is empty and 'DT' may be non-zero. |
1396 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1421 | uninitvar | 457 | error | Uninitialized variable: ncomp |
1427 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1442 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty and 'L2SOL' may be non-zero. |
1444 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2SOL]' because 'd' is empty and 'L2SOL' may be non-zero. |
1444 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1448 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty and 'L2RES' may be non-zero. |
1449 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty and 'L2RES' may be non-zero. |
1451 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[L2RES]' because 'd' is empty and 'L2RES' may be non-zero. |
1451 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1462 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[ITER]' because 'd' is empty and 'ITER' may be non-zero. |
1462 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[TIME]' because 'd' is empty and 'TIME' may be non-zero. |
1462 | containerOutOfBounds | 398 | error | Out of bounds access in expression 'd[DT]' because 'd' is empty and 'DT' may be non-zero. |
1467 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1505 | unmatchedSuppression | | information | Unmatched suppression: containerOutOfBounds |
1514 | unmatchedSuppression | | information | Unmatched suppression: containerOutOfBounds |
1516 | unmatchedSuppression | | information | Unmatched suppression: containerOutOfBounds |
1518 | unmatchedSuppression | | information | Unmatched suppression: containerOutOfBounds |
1525 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1529 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1533 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1537 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1541 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |
1545 | unmatchedSuppression | | information | Unmatched suppression: uninitvar |