Increase data buffer size to avoid buffer overflow for P25.

This commit is contained in:
Christopher Hewitt
2019-09-03 15:18:10 -04:00
parent 0b9c1b1362
commit 839a8c83ea

View File

@@ -622,7 +622,7 @@ int CMMDVMHost::run()
m_ump->setCD(cd); m_ump->setCD(cd);
} }
unsigned char data[200U]; unsigned char data[220U];
unsigned int len; unsigned int len;
bool ret; bool ret;