On 8/25/2017 7:43 PM, Patil, Harish wrote:
<..>>
Subject: [dpdk-dev] [PATCH] net/qede:fix the bug about pointer params
may NULL
quoted
In function qede_rss_reta_update(),the pointer params returned from
call to function rte_zmalloc() may be NULL and will be dereferenced.
So, should judge the params is NULL or not.
Fixes: 8b3ee85efe11 ("net/qede: fix RSS table entries for 100G adapter")
Cc: stable@dpdk.org
quoted
Signed-off-by: Rongqiang XIE <redacted>
quoted
Acked-by: Harish Patil <redacted>
Applied to dpdk-next-net/master, thanks.