diff options
| author | Dr. David Alan Gilbert | 2017-04-07 16:32:54 +0200 |
|---|---|---|
| committer | Samuel Thibault | 2017-04-29 18:29:58 +0200 |
| commit | f95cc8b6cc3ad8c4b687f305a978d67091c28138 (patch) | |
| tree | 1aefed00a6f464ceade60fb908fb97bc21bf1d4b /include/exec/exec-all.h | |
| parent | slirp: allow host port 0 for hostfwd (diff) | |
| download | qemu-f95cc8b6cc3ad8c4b687f305a978d67091c28138.tar.gz qemu-f95cc8b6cc3ad8c4b687f305a978d67091c28138.tar.xz qemu-f95cc8b6cc3ad8c4b687f305a978d67091c28138.zip | |
slirp/smb: Replace constant strings by glib string
gcc 7 (on fedora 26) objects to many of the snprintf's
in the smb path and command creation because it can't
figure out that the smb_dir (i.e. the /tmp dir for the configuration)
is known to be short.
Replace all these fixed length buffers by g_str* functions that dynamically
allocate and use g_dir_make_tmp to make the directory.
(It's fairly new glib but we have a compat function for it).
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'include/exec/exec-all.h')
0 files changed, 0 insertions, 0 deletions
