Re: [libvirt] [PATCH v3] esx: Extend esxVI_CURL_Download for partial downloads

2012-07-18 Thread Daniel P. Berrange
On Fri, Jul 13, 2012 at 02:00:19AM +0200, Matthias Bolte wrote: Also ensure that the virBuffer used to store the downloaded data does not overflow. --- v3: - Fix virBuffer limit checks. v2: - Ensure that the used virBuffer dos not overflow. src/esx/esx_driver.c |2 +-

Re: [libvirt] [PATCH v3] esx: Extend esxVI_CURL_Download for partial downloads

2012-07-18 Thread Matthias Bolte
2012/7/18 Daniel P. Berrange berra...@redhat.com: On Fri, Jul 13, 2012 at 02:00:19AM +0200, Matthias Bolte wrote: Also ensure that the virBuffer used to store the downloaded data does not overflow. --- v3: - Fix virBuffer limit checks. v2: - Ensure that the used virBuffer dos not

[libvirt] [PATCH v3] esx: Extend esxVI_CURL_Download for partial downloads

2012-07-12 Thread Matthias Bolte
Also ensure that the virBuffer used to store the downloaded data does not overflow. --- v3: - Fix virBuffer limit checks. v2: - Ensure that the used virBuffer dos not overflow. src/esx/esx_driver.c |2 +- src/esx/esx_vi.c | 62 +++--