Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/netkey



hi,

> Module Name:  src
> Committed By: itojun
> Date:         Tue Jun  1 02:01:14 UTC 2004
> 
> Modified Files:
>       src/sys/netkey: keysock.c
> 
> Log Message:
> recover kp_queue properly.  yamt

doesn't it dereference NULL,
if !cantwait && kp->kp_queue != NULL && m_pullup failed?

and i don't think the comment "NOTE: kp_queue is !NULL"
is appropriate.  kp_queue might be NULL at that point.

YAMAMOTO Takashi



Home | Main Index | Thread Index | Old Index