diff options
author | Peter Maydell | 2016-07-12 14:02:16 +0200 |
---|---|---|
committer | Riku Voipio | 2016-08-04 15:36:26 +0200 |
commit | 332c9781f6a7c496adf605a1be72776598c7adc2 (patch) | |
tree | 87817914c04fd6135a714602e01bbb1cb2f690bd /linux-user/main.c | |
parent | linux-user: Fix memchr() argument in open_self_cmdline() (diff) | |
download | qemu-332c9781f6a7c496adf605a1be72776598c7adc2.tar.gz qemu-332c9781f6a7c496adf605a1be72776598c7adc2.tar.xz qemu-332c9781f6a7c496adf605a1be72776598c7adc2.zip |
linux-user: Don't write off end of new_utsname buffer
Use g_strlcpy() rather than strcpy() to copy the uname string
into the structure we return to the guest for the uname syscall.
This avoids overrunning the buffer if the user passed us an
overlong string via the QEMU command line.
We fix a comment typo while we're in the neighbourhood.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user/main.c')
0 files changed, 0 insertions, 0 deletions