Re: [libvirt] [PATCH 15/20] qemu: Remove PATH_MAX sized stack allocation used in commandline building

2011-04-04 Thread Daniel P. Berrange
On Sun, Apr 03, 2011 at 11:21:28AM +0200, Matthias Bolte wrote: > --- > src/qemu/qemu_command.c | 43 ++- > 1 files changed, 30 insertions(+), 13 deletions(-) ACK Daniel -- |: http://berrange.com -o-http://www.flickr.com/photos/dberrange/ :| |:

[libvirt] [PATCH 15/20] qemu: Remove PATH_MAX sized stack allocation used in commandline building

2011-04-03 Thread Matthias Bolte
--- src/qemu/qemu_command.c | 43 ++- 1 files changed, 30 insertions(+), 13 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 3138943..326a6b3 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -3318,7 +3