|
From: | Max Reitz |
Subject: | Re: [PATCH 1/6] block/vdi: When writing new bmap entry fails, don't leak the buffer |
Date: | Wed, 24 Mar 2021 15:25:53 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 |
On 17.03.21 19:00, Paolo Bonzini wrote:
From: David Edmondson <david.edmondson@oracle.com> If a new bitmap entry is allocated, requiring the entire block to be written, avoiding leaking the buffer allocated for the block should the write fail. Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: David Edmondson <david.edmondson@oracle.com> Message-Id: <20210309144015.557477-2-david.edmondson@oracle.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> --- block/vdi.c | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Max Reitz <mreitz@redhat.com>
[Prev in Thread] | Current Thread | [Next in Thread] |