Re: [PATCH net] dccp: fix memory leak during tear-down of unsuccessful connection request

2017-03-13 Thread David Miller
From: Hannes Frederic Sowa Date: Mon, 13 Mar 2017 00:01:30 +0100 > This patch fixes a memory leak, which happens if the connection request > is not fulfilled between parsing the DCCP options and handling the SYN > (because e.g. the backlog is full), because we forgot

[PATCH net] dccp: fix memory leak during tear-down of unsuccessful connection request

2017-03-12 Thread Hannes Frederic Sowa
This patch fixes a memory leak, which happens if the connection request is not fulfilled between parsing the DCCP options and handling the SYN (because e.g. the backlog is full), because we forgot to free the list of ack vectors. Reported-by: Jianwen Ji Signed-off-by: Hannes