net: libwx: handle page_pool_dev_alloc_pages error
[ Upstream commit 7f1ff1b3 ] page_pool_dev_alloc_pages could return NULL. There was a WARN_ON(!page) but it would still proceed to use the NULL pointer and then crash. This is similar to commit 001ba090 ("net: fec: handle page_pool_dev_alloc_pages error"). This is found by our static analysis tool KNighter. Signed-off-by:Chenyuan Yang <chenyuan0y@gmail.com> Fixes: 3c47e8ae ("net: libwx: Support to receive packets in NAPI") Reviewed-by:
Joe Damato <jdamato@fastly.com> Link: https://patch.msgid.link/20250407184952.2111299-1-chenyuan0y@gmail.com Signed-off-by:
Jakub Kicinski <kuba@kernel.org> Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please sign in to comment