embryo_cc - fix coverity buffer overrun

fixes CID 1039317
This commit is contained in:
Carsten Haitzler 2014-08-13 16:19:17 +09:00
parent 8ea2356bcd
commit b0e9886635
1 changed files with 1 additions and 1 deletions

View File

@ -1164,7 +1164,7 @@ command(void)
case tpEMIT: case tpEMIT:
{ {
/* write opcode to output file */ /* write opcode to output file */
char name[40]; char name[41];
int i; int i;
while (*lptr <= ' ' && *lptr != '\0') while (*lptr <= ' ' && *lptr != '\0')