[libvirt] [PATCH 7/9] Separate out code for sending tunnelled data

Paolo Bonzini bonzini at gnu.org
Mon Oct 5 13:29:47 UTC 2009


On 10/05/2009 01:44 PM, Daniel P. Berrange wrote:
> +    char buffer[65536];
> +    int nbytes = sizeof(buffer);

I just noticed this, it's safer to malloc such a big array  (it is 
actually from Chris patch, but you may take the opportunity to fix it).

Paolo




More information about the libvir-list mailing list