Kaydet (Commit) 8b76723f authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#735954 Dereference after null check

Change-Id: I5f3b296b725a7a8bc342813dd2896fba861652f2
üst 3229dfb4
...@@ -2984,6 +2984,9 @@ void WW8PLCFx_Fc_FKP::advance() ...@@ -2984,6 +2984,9 @@ void WW8PLCFx_Fc_FKP::advance()
return; return;
} }
if (!pFkp)
return;
pFkp->advance(); pFkp->advance();
if( pFkp->Where() == WW8_FC_MAX ) if( pFkp->Where() == WW8_FC_MAX )
NewFkp(); NewFkp();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment