Re: [PATCH] ieee1394: forgotten dereference...

2007-07-15 Thread Ben Collins
On Sun, 2007-07-15 at 20:59 +0100, Al Viro wrote: > Going through the string and waiting for _pointer_ to become '\0' > is not what the authors meant... > > Signed-off-by: Al Viro <[EMAIL PROTECTED]> > --- > drivers/ieee1394/nodemgr.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-)

[PATCH] ieee1394: forgotten dereference...

2007-07-15 Thread Al Viro
Going through the string and waiting for _pointer_ to become '\0' is not what the authors meant... Signed-off-by: Al Viro <[EMAIL PROTECTED]> --- drivers/ieee1394/nodemgr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/ieee1394/nodemgr.c b/drivers/ieee1394/nod