Skip to content
Commit 7a945ce0 authored by Yuan Can's avatar Yuan Can Committed by Jakub Kicinski
Browse files

udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()



As the nla_nest_start() may fail with NULL returned, the return value
should be checked.

Note that this is not a real bug, nothing will break here.
The next nla_put() will fail as well and we'll bail (and
nla_nest_cancel() can handle NULL). But we keep getting
those "fixes" so whatever.

Signed-off-by: default avatarYuan Can <yuancan@huawei.com>
Reviewed-by: default avatarDavid Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20221129013934.55184-1-yuancan@huawei.com
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent a61474c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment