Ensure string is properly terminated.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3113 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2007-08-06 13:19:15 +00:00
parent 1569fc29ef
commit 8a93e02a93
1 changed files with 1 additions and 0 deletions

View File

@ -1032,6 +1032,7 @@ void gdb_do_syscall(gdb_syscall_complete_cb cb, char *fmt, ...)
*(p++) = *(fmt++);
}
}
*p = 0;
va_end(va);
put_packet(s, buf);
#ifdef CONFIG_USER_ONLY