Kaydet (Commit) d22d2fb1 authored tarafından Noel Grandin's avatar Noel Grandin

cid#736777 dereference before null check

Change-Id: I40faf8a98d6e71361f952c61a8c8d6b5e25c41be
üst 939e23d1
...@@ -1194,7 +1194,7 @@ void ImpPDFTabSecurityPage::SetFilterConfigItem( const ImpPDFTabDialog* paParen ...@@ -1194,7 +1194,7 @@ void ImpPDFTabSecurityPage::SetFilterConfigItem( const ImpPDFTabDialog* paParen
// set the status of this windows, according to the PDFA selection // set the status of this windows, according to the PDFA selection
enablePermissionControls(); enablePermissionControls();
ImpPDFTabGeneralPage* pGeneralPage = paParent ? paParent->getGeneralPage() : NULL; ImpPDFTabGeneralPage* pGeneralPage = paParent->getGeneralPage();
if (pGeneralPage) if (pGeneralPage)
ImplPDFASecurityControl(!pGeneralPage->IsPdfaSelected()); ImplPDFASecurityControl(!pGeneralPage->IsPdfaSelected());
......
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