Files
linux/drivers/hsi
Dan Carpenter 2b09da0e77 HSI: ssi_protocol: double free in ssip_pn_xmit()
[ Upstream commit 3026050179 ]

If skb_pad() fails then it frees skb and we don't need to free it again
at the end of the function.

Fixes: dc7bf5d7 ("HSI: Introduce driver for SSI Protocol")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-24 11:00:12 +01:00
..
2012-01-05 15:42:13 +02:00
2014-05-16 00:54:51 +02:00