From 839a8c83ea669d35e246d20eb458e0e00ed9701c Mon Sep 17 00:00:00 2001 From: Christopher Hewitt Date: Tue, 3 Sep 2019 15:18:10 -0400 Subject: [PATCH] Increase data buffer size to avoid buffer overflow for P25. --- MMDVMHost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMDVMHost.cpp b/MMDVMHost.cpp index bb00f23..969187a 100644 --- a/MMDVMHost.cpp +++ b/MMDVMHost.cpp @@ -622,7 +622,7 @@ int CMMDVMHost::run() m_ump->setCD(cd); } - unsigned char data[200U]; + unsigned char data[220U]; unsigned int len; bool ret;