Re: [PATCH] catch potential null derefs in drivers/char/ip2main.c (245ac16)

2001-06-25 Thread Rasmus Andersen
On Sun, Jun 24, 2001 at 07:14:00PM -0400, Michael H. Warfield wrote: [...] > I'm responsible for the kernel / driver integration end of it > anyways. > > I'll find out what's up with Doug, but this is my issue to deal > with anyways. And yes, I'm looking at it. I've got a couple of

Re: [PATCH] catch potential null derefs in drivers/char/ip2main.c (245ac16)

2001-06-24 Thread Rasmus Andersen
On Sun, Jun 24, 2001 at 07:14:00PM -0400, Michael H. Warfield wrote: > On Sun, Jun 24, 2001 at 11:06:06PM +0200, Rasmus Andersen wrote: > > Hi. > > > (My last mail to [EMAIL PROTECTED] bounced. Is there another > > maintainer for drivers/char/ip2main.c somewhere?) > > I'm still here. :-)

Re: [PATCH] catch potential null derefs in drivers/char/ip2main.c (245ac16)

2001-06-24 Thread Michael H. Warfield
On Sun, Jun 24, 2001 at 11:06:06PM +0200, Rasmus Andersen wrote: > Hi. > (My last mail to [EMAIL PROTECTED] bounced. Is there another > maintainer for drivers/char/ip2main.c somewhere?) I'm still here. :-) Just look one more line down below Doug's line. There I am. I'm respon

[PATCH] catch potential null derefs in drivers/char/ip2main.c (245ac16)

2001-06-24 Thread Rasmus Andersen
Hi. (My last mail to [EMAIL PROTECTED] bounced. Is there another maintainer for drivers/char/ip2main.c somewhere?) The patch below tries to avoid dereferencing (potential) NULL pointers. It was reported by the Stanford team way back and applies against 245ac16 and 246p6. It could probably be don