Felipe Sateler
2015-09-21 22:50:58 UTC
Hi,
rarer). See CID 1324353, where coverity complains about an
uninitialized variable y is used. I suggest replacing the variable
names with less common ones.
#nodef pa_assert_se(expr1234) do { int result1234 = expr1234 ; if
(!(result1234)) __coverity_panic__(); } while (0)
nota bene: put the following in user_nodefs.h in the cov-analysis/config
#nodef pa_assert_se(x) do { int y = x ; if (!(y)) __coverity_panic__(); } while (0)
This indeed fixes the problem, but introduces a new one (although#nodef pa_assert_se(x) do { int y = x ; if (!(y)) __coverity_panic__(); } while (0)
rarer). See CID 1324353, where coverity complains about an
uninitialized variable y is used. I suggest replacing the variable
names with less common ones.
#nodef pa_assert_se(expr1234) do { int result1234 = expr1234 ; if
(!(result1234)) __coverity_panic__(); } while (0)
--
Saludos,
Felipe Sateler
Saludos,
Felipe Sateler