mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Increase data buffer size to avoid buffer overflow for P25.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user