Skip to content

Commit

Permalink
finally fixed CID 53957
Browse files Browse the repository at this point in the history
It seemed that this issue had more sub-issues, that's why it was marked
as resolved while it wasn't from Coverity POV.
  • Loading branch information
MartinPulec committed Jul 4, 2023
1 parent 429da88 commit 291c587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldgm/src/ldgm-session-cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ LDGM_session_cpu::decode_frame ( char* received, int buf_size, int* frame_size,

int undecoded = 0;
it = graph.nodes.find(0);
assert(it != graph.nodes.end());
while ( it != graph.nodes.find(param_k) ) {
if (!(*it).second.isDone())
undecoded++;
Expand Down

0 comments on commit 291c587

Please sign in to comment.