On 09/23/13 15:23, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berra...@redhat.com>
> 
> When parsing the RBD hosts, it increments the 'nhosts' counter
> before increasing the 'hosts' array allocation. If an OOM then
> occurs when increasing the array allocation, the cleanup block
> will attempt to access beyond the end of the array. Switch
> to using VIR_EXPAND_N instead of VIR_REALLOC_N to protect against
> this mistake
> 
> Signed-off-by: Daniel P. Berrange <berra...@redhat.com>
> ---
>  src/qemu/qemu_command.c | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)

ACK.

Peter


Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to