Subject: Re: CVS commit: src/sys/netkey
To: None <yamt@mwd.biglobe.ne.jp>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: source-changes
Date: 05/31/2004 20:32:03
> > Module Name:	src
> > Committed By:	itojun
> > Date:		Mon May 31 09:20:38 UTC 2004
> > 
> > Modified Files:
> > 	src/sys/netkey: keysock.c
> > 
> > Log Message:
> > need to fix kp_queue better...
> 
> - i think that kp_queue should be null-out when we pull the chain from it.

	right.  but we don't want to drop items on kp_queue on error.

> - still leaks mbufs in the cases of ENOBUF?

	no, we loss "m" due to pullup.

itojun