some small fixes

This commit is contained in:
d1str4ught
2025-08-22 19:57:33 +02:00
parent 71927742e7
commit 37561f1cd7
9 changed files with 34 additions and 32 deletions

View File

@@ -90,6 +90,8 @@ bool CInputProcessor::Process(LPDESC lpDesc, const void * c_pvOrig, int iBytes,
return true;
}
sys_log(0, "PACKET %d (%s)", bHeader, c_pszName);
if (m_iBufferLeft < iPacketLen)
return true;