Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
page_pool: fix NULL dereference crash
Check for the existence of page pool params before dereferencing. This can cause crashes in certain conditions. Fixes: 35b2e54 ("page_pool: Add callback to init pages when they are allocated") Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
- Loading branch information