https://bz.apache.org/ooo/show_bug.cgi?id=126635
Issue ID: 126635
Issue Type: DEFECT
Summary: Possible null pointer dereference
Product: General
Version: 4.1.2
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: code
Assignee: [email protected]
Reporter: [email protected]
In file main/sw/source/core/doc/poolfmt.cxx at line 303 there is if-statement:
if( !pColl )
pColl->SetNextTxtFmtColl( *pDoc->GetTxtCollFromPool( nNxt ));
It seems, it is null pointer dereference.
GitHub link:
https://github.com/apache/openoffice/blob/trunk/main/sw/source/core/doc/poolfmt.cxx#L303
The possible defect found by static analyzer AppChecker.
--
You are receiving this mail because:
You are the assignee for the issue.