Re: [libvirt] [PATCH 07/20] sasl: Remove stack allocated 8kb temporary buffers

2011-04-04 Thread Daniel P. Berrange
On Sun, Apr 03, 2011 at 11:21:20AM +0200, Matthias Bolte wrote: > Move the buffers to the heap allocated client/private data structs. > --- > daemon/libvirtd.c | 10 ++ > daemon/libvirtd.h |1 + > src/remote/remote_driver.c |8 +--- > 3 files changed, 12 ins

[libvirt] [PATCH 07/20] sasl: Remove stack allocated 8kb temporary buffers

2011-04-03 Thread Matthias Bolte
Move the buffers to the heap allocated client/private data structs. --- daemon/libvirtd.c | 10 ++ daemon/libvirtd.h |1 + src/remote/remote_driver.c |8 +--- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/daemon/libvirtd.c b/daemon/libvirtd