You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** CID 1596122: Control flow issues (UNREACHABLE)
/src/hlua.c: 5413 in hlua_applet_tcp_recv_try()
5407 /* return the result. */
5408 luaL_pushresult(&luactx->b);
5409 return 1;
5410 }
5411
5412 /* we never execute this */
>>> CID 1596122: Control flow issues (UNREACHABLE)
>>> This code cannot be reached: "hlua_pusherror(L, "Lua: int...".
5413 hlua_pusherror(L, "Lua: internal error");
5414 WILL_LJMP(lua_error(L));
5415 return 0;
5416 }
5417
5418 /* If expected data not yet available, it returns a yield. This function
Additional Information
No response
Output of haproxy -vv
no
The text was updated successfully, but these errors were encountered:
Tool Name and Version
coverity
Code Report
Additional Information
No response
Output of
haproxy -vv
The text was updated successfully, but these errors were encountered: