Commit 859abe3f authored by Markus Elfring's avatar Markus Elfring Committed by Jakub Kicinski
Browse files

tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare()



The address of a data structure member was determined before
a corresponding null pointer check in the implementation of
the function “tipc_link_tnl_prepare”.

Thus avoid the risk for undefined behaviour by moving the definition
for the local variable “fdefq” into an if branch at the end.

This issue was detected by using the Coccinelle software.

Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Link: https://patch.msgid.link/08fe8fc3-19c3-4324-8719-0ee74b0f32c9@web.de


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent ea434273
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment