Re: [PATCH] gresolv: Fix buffer size.

2011-09-05 Thread Samuel Ortiz
Hi Jukka, On Wed, Aug 31, 2011 at 11:43:46AM +0300, Jukka Rissanen wrote: Make buf just big enough and initialize it in order to get rid of valgrind error (accessing uninitialized memory). Thanks, patch applied. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/

[PATCH] gresolv: Fix buffer size.

2011-08-31 Thread Jukka Rissanen
Make buf just big enough and initialize it in order to get rid of valgrind error (accessing uninitialized memory). --- gweb/gresolv.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gweb/gresolv.c b/gweb/gresolv.c index d857e01..0e7a755 100644 --- a/gweb/gresolv.c