]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: Use correct skb length when dumping payload
authorIdo Schimmel <idosch@mellanox.com>
Thu, 6 Aug 2015 14:41:57 +0000 (16:41 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Aug 2015 05:54:10 +0000 (22:54 -0700)
commit69dc0c614ef164205a1498de829becfd0289b990
tree8d53c807c62f83a096f9bd30388da57d31570918
parent193488c39f0905377ff45af24c8e8151680d75b9
mlxsw: Use correct skb length when dumping payload

Do not use the length of the transmitted skb (which was freed), but
that of the response skb.

This issue was discovered using the Kernel Address sanitizer (KASan).

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/core.c