Re: [libvirt] [PATCH 03/20] ebtables: Remove PATH_MAX sized stack allocation

2011-04-04 Thread Daniel P. Berrange
On Sun, Apr 03, 2011 at 11:21:16AM +0200, Matthias Bolte wrote: --- src/util/ebtables.c | 44 +--- 1 files changed, 29 insertions(+), 15 deletions(-) ACK Daniel -- |: http://berrange.com -o-http://www.flickr.com/photos/dberrange/ :| |:

[libvirt] [PATCH 03/20] ebtables: Remove PATH_MAX sized stack allocation

2011-04-03 Thread Matthias Bolte
--- src/util/ebtables.c | 44 +--- 1 files changed, 29 insertions(+), 15 deletions(-) diff --git a/src/util/ebtables.c b/src/util/ebtables.c index e3b8da4..27dce5d 100644 --- a/src/util/ebtables.c +++ b/src/util/ebtables.c @@ -266,29 +266,43 @@