Re: [PATCH] app/testpmd: fix dereference null return valiue
From: Thomas Monjalon <hidden>
Date: 2018-01-31 22:28:14
From: Thomas Monjalon <hidden>
Date: 2018-01-31 22:28:14
22/01/2018 16:15, Jasvinder Singh:
Malloc() function might return NULL due to insufficient space. Therefore,
check for handling memory allocation failure is added.
Coverity issue: 257039
Fixes: e63b50162aa3 ("app/testpmd: clean metering and policing commands")
Signed-off-by: Jasvinder Singh <redacted>Applied, thanks