Re: [PATCH 4/4] [IPV6] TCPMD5: Fix deleting key operation.

2007-11-20 Thread David Miller
From: YOSHIFUJI Hideaki / 吉藤英明 <[EMAIL PROTECTED]> Date: Wed, 21 Nov 2007 01:54:32 +0900 (JST) > Due to the bug, refcnt for md5sig pool was leaked when > an user try to delete a key if we have more than one key. > In addition to the leakage, we returned incorrect return > result value for userspac

[PATCH 4/4] [IPV6] TCPMD5: Fix deleting key operation.

2007-11-20 Thread YOSHIFUJI Hideaki / 吉藤英明
Due to the bug, refcnt for md5sig pool was leaked when an user try to delete a key if we have more than one key. In addition to the leakage, we returned incorrect return result value for userspace. This fix should close Bug #9418, reported by <[EMAIL PROTECTED]>. Signed-off-by: YOSHIFUJI Hideaki