Menu

#1330 unreachable code

Undefined
fixed
nobody
None
Bug_Report
2022-11-20
2022-11-19
No

/src/sdk/scripting/sqstdlib/sqstdrex.cpp line 456
Code:

while( (asd = sqstd_rex_matchnode(exp,temp,asd,NULL)) ) {
if(temp->next != -1)
temp = &exp->_nodes[temp->next];
else
return asd;
}
return NULL;
break; // <- unreachable

Discussion

  • Miguel Gimenez

    Miguel Gimenez - 2022-11-20
    • status: open --> fixed
     
  • Miguel Gimenez

    Miguel Gimenez - 2022-11-20

    Fixed in [r13054], thank you.

     

    Related

    Commit: [r13054]


Log in to post a comment.

MongoDB Logo MongoDB