Home
last modified time | relevance | path

Searched hist:"7 ae890ee19479eeeb87724cca8430b5cb3660c74" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dfou_core.cdiff 7ae890ee19479eeeb87724cca8430b5cb3660c74 Fri Sep 06 05:28:39 CDT 2024 Muhammad Usama Anjum <usama.anjum@collabora.com> fou: fix initialization of grc

[ Upstream commit 4c8002277167125078e6b9b90137bdf443ebaa08 ]

The grc must be initialize first. There can be a condition where if
fou is NULL, goto out will be executed and grc would be used
uninitialized.

Fixes: 7e4196935069 ("fou: Fix null-ptr-deref in GRO.")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20240906102839.202798-1-usama.anjum@collabora.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>