Re: [PATCH] qemu: Fix bogus warning about uninitialized saveptr

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01/05/2011 08:11 AM, Jiri Denemark wrote:
> The warning is bogus since strtok_r doesn't use the value when it's
> first called and initializes it for the following calls.
> ---
>  src/qemu/qemu_command.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
> index bde3904..7dd8e03 100644
> --- a/src/qemu/qemu_command.c
> +++ b/src/qemu/qemu_command.c
> @@ -5621,7 +5621,7 @@ virDomainDefPtr qemuParseCommandLine(virCapsPtr caps,
>      if (def->ndisks > 0) {
>          const char *ceph_args = qemuFindEnv(progenv, "CEPH_ARGS");
>          if (ceph_args) {
> -            char *hosts, *port, *saveptr, *token;
> +            char *hosts, *port, *saveptr = NULL, *token;

ACK; harmless enough to silence the bogus warning.

-- 
Eric Blake   eblake@xxxxxxxxxx    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]