Skip to content

Commit

Permalink
Increase data buffer size to avoid buffer overflow for P25.
Browse files Browse the repository at this point in the history
  • Loading branch information
hewittc committed Sep 3, 2019
1 parent 0b9c1b1 commit 839a8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMDVMHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ int CMMDVMHost::run()
m_ump->setCD(cd);
}

unsigned char data[200U];
unsigned char data[220U];
unsigned int len;
bool ret;

Expand Down

0 comments on commit 839a8c8

Please sign in to comment.