https://github.com/vim/vim/pull/16245
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
thanks!
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@yegappan coverity complains about this part here:
Please find the latest report on new defect(s) introduced to vim found with Coverity Scan.
1 new defect(s) introduced to vim found with Coverity Scan.
New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)
** CID 1636846: Memory - illegal accesses (UNINIT)
________________________________________________________________________________________________________
*** CID 1636846: Memory - illegal accesses (UNINIT)
/src/vim9compile.c: 2287 in compile_lhs()
2281 int oplen,
2282 cctx_T *cctx)
2283 {
2284 char_u *var_end;
2285 int is_decl = is_decl_command(cmdidx);
2286
CID 1636846: Memory - illegal accesses (UNINIT)
Using uninitialized value "var_end" when calling "lhs_init".
2287 if (lhs_init(lhs, var_start, is_decl, heredoc, &var_end) == FAIL)
2288 return FAIL;
2289
2290 if (cctx->ctx_skip != SKIP_YES)
2291 {
2292 // compile the LHS destination
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@yegappan coverity complains about this part here:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()