Re: [libvirt] [PATCH] Remove two unused PATH_MAX-sized char arrays from the stack

2011-01-18 Thread Matthias Bolte
2011/1/17 Daniel P. Berrange : > On Sun, Jan 16, 2011 at 12:05:32AM +0100, Matthias Bolte wrote: >> --- >>  src/storage/storage_driver.c |   16 ++-- >>  src/uml/uml_driver.c         |    8 ++-- >>  2 files changed, 4 insertions(+), 20 deletions(-) >> >> diff --git a/src/storage/stor

Re: [libvirt] [PATCH] Remove two unused PATH_MAX-sized char arrays from the stack

2011-01-17 Thread Daniel P. Berrange
On Sun, Jan 16, 2011 at 12:05:32AM +0100, Matthias Bolte wrote: > --- > src/storage/storage_driver.c | 16 ++-- > src/uml/uml_driver.c |8 ++-- > 2 files changed, 4 insertions(+), 20 deletions(-) > > diff --git a/src/storage/storage_driver.c b/src/storage/storage_dri

[libvirt] [PATCH] Remove two unused PATH_MAX-sized char arrays from the stack

2011-01-15 Thread Matthias Bolte
--- src/storage/storage_driver.c | 16 ++-- src/uml/uml_driver.c |8 ++-- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index 67d043b..5373025 100644 --- a/src/storage/storage_driver.c +++ b