mctp i2c: handle NULL header address
authorMatt Johnston <matt@codeconstruct.com.au>
Tue, 22 Oct 2024 10:25:14 +0000 (18:25 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 29 Oct 2024 18:22:38 +0000 (11:22 -0700)
commit01e215975fd80af81b5b79f009d49ddd35976c13
tree37dd86c353c9b0711ee497a6dc59cd8a6f55f223
parent90e0569dd3d32f4f4d2ca691d3fa5a8a14a13c12
mctp i2c: handle NULL header address

daddr can be NULL if there is no neighbour table entry present,
in that case the tx packet should be dropped.

saddr will usually be set by MCTP core, but check for NULL in case a
packet is transmitted by a different protocol.

Fixes: f5b8abf9fc3d ("mctp i2c: MCTP I2C binding driver")
Cc: stable@vger.kernel.org
Reported-by: Dung Cao <dung@os.amperecomputing.com>
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241022-mctp-i2c-null-dest-v3-1-e929709956c5@codeconstruct.com.au
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/mctp/mctp-i2c.c