Re: [dpdk-dev] [PATCH v2 1/1] power: fix potential null dereferences

2021-07-20 Thread David Marchand
On Fri, Jul 9, 2021 at 5:57 PM Anatoly Burakov wrote: > > Currently, the error paths can lead to attempts at dereferencing NULL > pointers. Add the check to avoid attempts at dereferencing NULL > pointers. > > Coverity issue: 371895 > Coverity issue: 371889 > Fixes: 06cffd468fdd ("power: refactor

[dpdk-dev] [PATCH v2 1/1] power: fix potential null dereferences

2021-07-09 Thread Anatoly Burakov
Currently, the error paths can lead to attempts at dereferencing NULL pointers. Add the check to avoid attempts at dereferencing NULL pointers. Coverity issue: 371895 Coverity issue: 371889 Fixes: 06cffd468fdd ("power: refactor ACPI and intel_pstate support") Cc: anatoly.bura...@intel.com Signed-