1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 12:02:14 +00:00

s3: Fix compiler warning about possible buffer overflow

This commit is contained in:
Mark Pizzolato
2022-06-11 17:46:43 -07:00
parent 31e7a7f3e0
commit f9bc4d236f

View File

@@ -272,7 +272,7 @@ int32 printf_sym (FILE *of, char *strg, t_addr addr, uint32 *val,
{
int32 c1, c2, group, len1, len2, inst, aaddr, baddr;
int32 oplen, groupno, i, j, vpos, qbyte, da, m, n;
char bld[128], bldaddr[96], boperand[32], aoperand[32];
char bld[128], bldaddr[256], boperand[32], aoperand[32];
int32 blk[16], blt[16];
int32 blkadd;