malloc/calloc: check for NULL always (11.1.0 gcc -fanalyzer -c backend/*.c)

ZBarcode_Encode: don't reinit symbol->outfile, props Alonso Schaich
frontend/test_args: skip long filename tests on Windows, props Alonso Schaich
This commit is contained in:
gitlost
2021-06-29 15:43:42 +01:00
parent 8c419ab4fb
commit 368633bda4
9 changed files with 131 additions and 55 deletions

View File

@ -558,6 +558,7 @@ const char *testUtilInputModeName(int input_mode) {
strcpy(buf, "GS1_MODE");
set = GS1_MODE;
} else {
strcpy(buf, "DATA_MODE");
set = DATA_MODE;
}
for (i = 0; i < data_size; i++) {