mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00:00
nfqws2: DLOG_ERR payload too large
This commit is contained in:
@@ -2442,7 +2442,7 @@ bool lua_reconstruct_dissect(lua_State *L, int idx, uint8_t *buf, size_t *len, b
|
||||
{
|
||||
if (lpayload>0xFFFF)
|
||||
{
|
||||
DLOG_ERR("reconstruct_dissect: invalid payload length\n");
|
||||
DLOG_ERR("reconstruct_dissect: payload too large : %zu\n",lpayload);
|
||||
goto err;
|
||||
}
|
||||
if (left<lpayload)
|
||||
@@ -2511,7 +2511,7 @@ bool lua_reconstruct_dissect(lua_State *L, int idx, uint8_t *buf, size_t *len, b
|
||||
{
|
||||
if (lpayload>0xFFFF)
|
||||
{
|
||||
DLOG_ERR("reconstruct_dissect: invalid payload length\n");
|
||||
DLOG_ERR("reconstruct_dissect: payload too large : %zu\n",lpayload);
|
||||
goto err;
|
||||
}
|
||||
if (left<lpayload)
|
||||
|
||||
Reference in New Issue
Block a user