Re: [PATCH] macvtap: fix a typo

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

 



On 04/26/2012 03:16 PM, Stefan Berger wrote:
> Below patch fixes the following coverity findings
> 
> Error: OVERRUN_STATIC:
> /libvirt/src/qemu/qemu_command.c:152:
> overrun-buffer-val: Overrunning static array "net->mac" of size 6 bytes
> by passing it as an argument to a function which indexes it at byte
> position 15.

> 
> Index: libvirt-acl/src/util/virnetdevmacvlan.c
> ===================================================================
> --- libvirt-acl.orig/src/util/virnetdevmacvlan.c
> +++ libvirt-acl/src/util/virnetdevmacvlan.c
> @@ -435,7 +435,7 @@ static const uint32_t modeMap[VIR_NETDEV
>  struct virNetlinkCallbackData {
>      char *cr_ifname;
>      virNetDevVPortProfilePtr virtPortProfile;
> -    unsigned char macaddress[VIR_UUID_BUFLEN];
> +    unsigned char macaddress[VIR_MAC_BUFLEN];

Yep, any client that uses sizeof() was picking up 10 bytes of garbage.  ACK.

-- 
Eric Blake   eblake@xxxxxxxxxx    +1-919-301-3266
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]