Task #102 - expat-2.6.0-1.fc40/scan-results.err

back to task #102
download
Error: GCC_ANALYZER_WARNING (CWE-457):
libexpat-R_2_6_0/expat/lib/xmltok.c: scope_hint: In function 'unknown_toUtf8'
libexpat-R_2_6_0/expat/lib/xmltok.c:1374:5: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value 'utf8'
cc1: note: unrecognized command-line option '-Wno-pedantic-ms-format' may have been intended to silence earlier diagnostics
# 1372|         (*fromP)++;
# 1373|       }
# 1374|->     memcpy(*toP, utf8, n);
# 1375|       *toP += n;
# 1376|     }