Re: Null dereference in socket.c

2007-09-28 Thread Stephen Hemminger
On Fri, 28 Sep 2007 16:00:57 -0700 (PDT) David Miller <[EMAIL PROTECTED]> wrote: > From: Chuck Ebbert <[EMAIL PROTECTED]> > Date: Fri, 28 Sep 2007 18:58:36 -0400 > > > After debugging an oops > > (https://bugzilla.redhat.com/attachment.cgi?id=209231) > > I find it happens here in socket.c::sock_

Re: Null dereference in socket.c

2007-09-28 Thread David Miller
From: Chuck Ebbert <[EMAIL PROTECTED]> Date: Fri, 28 Sep 2007 18:58:36 -0400 > After debugging an oops (https://bugzilla.redhat.com/attachment.cgi?id=209231) > I find it happens here in socket.c::sock_ioctl() line 902: > >default: > => err = sock->ops->ioctl(s

Null dereference in socket.c

2007-09-28 Thread Chuck Ebbert
After debugging an oops (https://bugzilla.redhat.com/attachment.cgi?id=209231) I find it happens here in socket.c::sock_ioctl() line 902: default: => err = sock->ops->ioctl(sock, cmd, arg); /* * If this ioctl is