| Index: opcodes/arc-dis.c
|
| diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c
|
| index 0e16cde239d78ede81a8d09eb39c3581957aefb4..df842fd7caf87a5046448680870d3a76789a47e5 100644
|
| --- a/opcodes/arc-dis.c
|
| +++ b/opcodes/arc-dis.c
|
| @@ -426,8 +426,7 @@ write_comments_(struct arcDisState * state,
|
| strcpy (state->commentBuffer, comment_prefix);
|
| else
|
| strcat (state->commentBuffer, ", ");
|
| - strncat (state->commentBuffer, state->comm[i],
|
| - sizeof (state->commentBuffer));
|
| + strcat (state->commentBuffer, state->comm[i]);
|
| }
|
| }
|
| }
|
|
|