RE: [PATCH] test/pdcp: remove side affect from assertion

2023-06-20 Thread Akhil Goyal
> > Remove side affect from test assertion, to avoid different behaviour in non- > > debug build. Issues reported by coverity scan. > > > > Coverity issue: 385419, 385420 > > Fixes: 6f00462979ad ("test/pdcp: add timer expiry cases") > > > > Signed-off-by: Volodymyr Fialko > > Acked-by: Anoob Jose

RE: [PATCH] test/pdcp: remove side affect from assertion

2023-06-19 Thread Anoob Joseph
> > Remove side affect from test assertion, to avoid different behaviour in non- > debug build. Issues reported by coverity scan. > > Coverity issue: 385419, 385420 > Fixes: 6f00462979ad ("test/pdcp: add timer expiry cases") > > Signed-off-by: Volodymyr Fialko Acked-by: Anoob Joseph

[PATCH] test/pdcp: remove side affect from assertion

2023-06-19 Thread Volodymyr Fialko
Remove side affect from test assertion, to avoid different behaviour in non-debug build. Issues reported by coverity scan. Coverity issue: 385419, 385420 Fixes: 6f00462979ad ("test/pdcp: add timer expiry cases") Signed-off-by: Volodymyr Fialko --- app/test/test_pdcp.c | 6 -- 1 file changed