Re: [Qemu-devel] [PATCH] qga: Fix memory allocation pasto

2014-02-23 Thread Michael Roth
Quoting Markus Armbruster (2014-02-21 06:36:49) > qmp_guest_file_seek() allocates memory for a GuestFileRead object > instead of the GuestFileSeek object it actually uses. Harmless, > because the GuestFileRead is slightly larger. > > Signed-off-by: Markus Armbruster Thanks, applied to qga tree:

Re: [Qemu-devel] [PATCH] qga: Fix memory allocation pasto

2014-02-21 Thread Eric Blake
On 02/21/2014 05:36 AM, Markus Armbruster wrote: > qmp_guest_file_seek() allocates memory for a GuestFileRead object > instead of the GuestFileSeek object it actually uses. Harmless, > because the GuestFileRead is slightly larger. > > Signed-off-by: Markus Armbruster > --- > qga/commands-posix.

[Qemu-devel] [PATCH] qga: Fix memory allocation pasto

2014-02-21 Thread Markus Armbruster
qmp_guest_file_seek() allocates memory for a GuestFileRead object instead of the GuestFileSeek object it actually uses. Harmless, because the GuestFileRead is slightly larger. Signed-off-by: Markus Armbruster --- qga/commands-posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -