Re: [TIPC] Missing null check in the socket code.

2007-02-21 Thread Max Krasnyansky
Hi Jon, Acknowledged. We'll deliver it along with some other patches ASAP. Thanx Did you get a chance to look at my other patch for the header packing ? Max - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at

RE: [TIPC] Missing null check in the socket code.

2007-02-21 Thread Jon Maloy \(QB/EMC\)
ssing null check in the socket code. Max Krasnyansky wrote: > Fixes an oops in the non-blocking mode. > > Signed-off-by: Max Krasnyansky <[EMAIL PROTECTED]> > --- > net/tipc/socket.c |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/ne

Re: [TIPC] Missing null check in the socket code.

2007-02-20 Thread Max Krasnyansky
Max Krasnyansky wrote: Fixes an oops in the non-blocking mode. Signed-off-by: Max Krasnyansky <[EMAIL PROTECTED]> --- net/tipc/socket.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/net/tipc/socket.c b/net/tipc/socket.c index 2a6a5a6..767f791 100644 --- a/net/tipc/

[TIPC] Missing null check in the socket code.

2007-02-15 Thread Max Krasnyansky
Fixes an oops in the non-blocking mode. Signed-off-by: Max Krasnyansky <[EMAIL PROTECTED]> --- net/tipc/socket.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/net/tipc/socket.c b/net/tipc/socket.c index 2a6a5a6..767f791 100644 --- a/net/tipc/socket.c +++ b/net/tipc/s