On 8/25/2017 7:43 PM, Patil, Harish wrote: <..>> > Subject: [dpdk-dev] [PATCH] net/qede:fix the bug about pointer params > may NULL > >> 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: sta...@dpdk.org >> >> Signed-off-by: Rongqiang XIE <xie.rongqi...@zte.com.cn> >> Acked-by: Harish Patil <harish.pa...@cavium.com> Applied to dpdk-next-net/master, thanks.