Home
last modified time | relevance | path

Searched hist:d9b86937 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/rds/
H A Dconnection.cd9b86937 Tue Dec 05 19:47:04 CST 2017 Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp> rds: debug: fix null check on static array

t_name cannot be NULL since it is an array field of a struct.
Replacing null check on static array with string length check using
strnlen()

Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
d9b86937 Tue Dec 05 19:47:04 CST 2017 Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp> rds: debug: fix null check on static array

t_name cannot be NULL since it is an array field of a struct.
Replacing null check on static array with string length check using
strnlen()

Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>