Task #119249 - fixed.err
back to task #119249download
Error: CPPCHECK_WARNING (CWE-457): nano-8.7.1/src/winio.c:2692: warning[uninitvar]: Uninitialized variable: endmatch.rm_eo # 2690| /* Second step: look for starts on this line, but begin # 2691| * looking only after an end match, if there is one. */ # 2692|-> index = (paintlen == 0) ? 0 : endmatch.rm_eo; # 2693| # 2694| while (index < PAINT_LIMIT && regexec(varnish->start, line->data + index,