-
For `a.c`:
```c
#include
int z(int y) {
int i = 0;
if (y == 2)
i = 3;
else
i = 4;
return i;
}
int main() {
printf("%i %i\n", z(2), z(3));
return 0;
}
```
the…
-
Generate a index.html at the url: http://codecheck.org.uk/register/venues/ which gives users a list of venues for which codechecks have been done.
The name of each venue should be clickable and lea…
-
The [CODECHECK bundle](https://codecheck.org.uk/guide/bundle) is described as:
> The CODECHECK bundle includes all files that the codechecker used to conduct the CODECHECK. This may include a copy of…
-
**Describe the bug**
i think this is related to #2387 , but any time i store my runs, i get the following
```
[DEBUG][2019-10-25 14:30:39] {system} [4199] - webserver_context.py:192 get_context…
-
**Describe the bug**
When running 'CodeChecker cmd diff --resolved --output json ...' I get this stack trace:
```[INFO 2023-05-15 11:19] - Matching local report directories (--newname): /twbuild/as…
-
Advisory [CVE-2024-10081](https://nvd.nist.gov/vuln/detail/CVE-2024-10081) references a vulnerability in the following Go modules:
| Module |
| - |
| [github.com/Ericsson/codechecker](https://pkg.go.…
-
Some files in my project take very long to analyse with just clang-tidy (nearly 2 hours for just some 1200 lines of heavy Eigen Linear Algebra), which means they may end up blocking me from working on…
-
**Describe the bug**
report-converter is saying "No 'lsan' results can be found" when there clearly is a leak detected and in the file
**CodeChecker version**
```txt
[INFO 2024-06-28 11:09] - Co…
-
Now I have a custom checker and the usage is:
scan-build -load-plugin myplugin/libCustomTaintChecker.so -enable-checker alpha.security.taint.CustomTaintPropagation -analyzer-config alpha.security.tai…
-
**Describe the bug**
`make ven_venv` ,`make package` already finished.
I tried to run codechecker/docs/examples using log command, but caused incompatible cpu-subtype error on a M1 mac mini
`Code…