Re: [libvirt] [PATCH 06/20] qemu: Use heap allocated memory to read the monitor greeting

2011-04-04 Thread Daniel P. Berrange
On Sun, Apr 03, 2011 at 11:21:19AM +0200, Matthias Bolte wrote: > Removing a 4kb stack allocation. > > Reduce stack buffer for virStrerror to the common 1kb instead of 4kb. > --- > src/qemu/qemu_process.c | 16 > 1 files changed, 12 insertions(+), 4 deletions(-) ACK Daniel -

[libvirt] [PATCH 06/20] qemu: Use heap allocated memory to read the monitor greeting

2011-04-03 Thread Matthias Bolte
Removing a 4kb stack allocation. Reduce stack buffer for virStrerror to the common 1kb instead of 4kb. --- src/qemu/qemu_process.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index 90fcea0..fc9fdae 1006