dtcm: Resolve format-overflow issues

This commit is contained in:
Peter Howkins
2021-12-23 19:56:00 +00:00
committed by Jon Trulson
parent 5f784d1013
commit 04fcc11f12
11 changed files with 17 additions and 18 deletions

View File

@@ -129,7 +129,7 @@ NumsToBuf(
{
int i,
size = 0;
char tmp_buf[32],
char tmp_buf[34],
tmp_buf2[32];
for (i = 0; i < array_size; i++) {