Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 30 Mar 2021 22:27:48 +0800 you wrote:
> From: Yunjian Wang
>
> sch_htb: fix null pointer dereference on a null new_q
>
> Currently if new_q is null, the null new_q pointer will be
> dereference when 'q->offload' is tr
From: Yunjian Wang
sch_htb: fix null pointer dereference on a null new_q
Currently if new_q is null, the null new_q pointer will be
dereference when 'q->offload' is true. Fix this by adding
a braces around htb_parent_to_leaf_offload() to avoid it.
Addresses-Coverity: ("Dereference after null ch