summary refs log tree commit diff stats
path: root/linux-user/mmap.c
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2019-05-01 15:46:46 +0100
committerLaurent Vivier <laurent@vivier.eu>2019-05-09 17:27:38 +0200
commitb2acfb55962bc8caeaa50a5158da2f701f2c1f7c (patch)
tree0d99c97e239312e90a95ad96bef3ca07e4545919 /linux-user/mmap.c
parentd7eb2b928a855a2e8038e8e75f7edf1a12226bd3 (diff)
downloadfocaccia-qemu-b2acfb55962bc8caeaa50a5158da2f701f2c1f7c.tar.gz
focaccia-qemu-b2acfb55962bc8caeaa50a5158da2f701f2c1f7c.zip
linux-user: avoid string truncation warnings in uname field copying
In file included from /usr/include/string.h:494,
                 from include/qemu/osdep.h:101,
                 from linux-user/uname.c:20:
In function ‘strncpy’,
    inlined from ‘sys_uname’ at linux-user/uname.c:94:3:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 64 bytes from a string of length 64 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

We don't care where the NUL terminator in the original uname
field was. It suffices to copy the entire original field and
simply force a NUL terminator at the end of the new field.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190501144646.4851-1-berrange@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/mmap.c')
0 files changed, 0 insertions, 0 deletions