Task #119472 - added.err
back to task #119472download
Error: CPPCHECK_WARNING (CWE-562):
snowball-3.1.0/compiler/generator_c.c:1361: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
# 1359| checked_snprintf(buf, sizeof(buf),
# 1360| "z->p[z->c + %d]", shortest_size - 1);
# 1361|-> g->S[1] = buf;
# 1362| if (shortest_size == 1) {
# 1363| writef(g, "~Mif (z->c >= z->l", p);
Error: CPPCHECK_WARNING (CWE-401):
snowball-3.1.0/runtime/utilities.c:553: error[memleak]: Memory leak: mem
# 551| CAPACITY(q) = new_size;
# 552| *p = q;
# 553|-> return 0;
# 554| }
# 555|