Re: [PATCH 03 of 16] Since contex_sb might be uninitialized, it is

2009-03-17 Thread Erik Hovland
> @@ -285,12 +288,6 @@ > #ifdef USE_POP >  if (!Context || Context->magic != M_POP) > #endif > -  /* check device ID and serial number instead of comparing paths */ > -  if (!Context || !Context->path || stat (Context->path, &contex_sb) != > 0) > -  { > -    cont

Re: [PATCH 03 of 16] Since contex_sb might be uninitialized, it is

2009-03-16 Thread Erik Hovland
> Hi, > > * Erik Hovland wrote: > @@ -285,12 +288,6 @@ #ifdef USE_POP  if (!Context || Context->magic != M_POP) #endif -  /* check device ID and serial number instead of comparing paths */ -  if (!Context || !Context->path || stat (Context->path, &contex_sb) != 0)

Re: [PATCH 03 of 16] Since contex_sb might be uninitialized, it is

2009-03-16 Thread Rocco Rutte
Hi, * Erik Hovland wrote: @@ -285,12 +288,6 @@ #ifdef USE_POP  if (!Context || Context->magic != M_POP) #endif -  /* check device ID and serial number instead of comparing paths */ -  if (!Context || !Context->path || stat (Context->path, &contex_sb) != 0) -  { -    contex_sb.st_dev=0; -    con

Re: [PATCH 03 of 16] Since contex_sb might be uninitialized, it is

2009-03-15 Thread Erik Hovland
>> # HG changeset patch >> # User Erik Hovland >> # Date 1236890095 25200 >> # Branch HEAD >> # Node ID b4cf86788470dceb7bc4f80edc7f9b7098839a43 >> # Parent  abb26dfac5656d678607e215f36a1c52db460a19 >> Since contex_sb might be uninitialized, it is >> better to zero it and remove the condition >> t

Re: [PATCH 03 of 16] Since contex_sb might be uninitialized, it is

2009-03-15 Thread Rocco Rutte
Hi, * Erik Hovland wrote: # HG changeset patch # User Erik Hovland # Date 1236890095 25200 # Branch HEAD # Node ID b4cf86788470dceb7bc4f80edc7f9b7098839a43 # Parent abb26dfac5656d678607e215f36a1c52db460a19 Since contex_sb might be uninitialized, it is better to zero it and remove the conditio

[PATCH 03 of 16] Since contex_sb might be uninitialized, it is

2009-03-13 Thread Erik Hovland
1 file changed, 3 insertions(+), 6 deletions(-) buffy.c |9 +++-- # HG changeset patch # User Erik Hovland # Date 1236890095 25200 # Branch HEAD # Node ID b4cf86788470dceb7bc4f80edc7f9b7098839a43 # Parent abb26dfac5656d678607e215f36a1c52db460a19 Since contex_sb might be uninitialized, it