|
|
Reporter | pmanousis | Assigned To | dpasukhi | |
---|
Priority | normal | Severity | crash | |
---|
Status | new | Resolution | open | |
---|
Platform | Windows | OS | VC++ 2019 | |
---|
Product Version | 7.7.1 | |
---|
|
|
Summary | 0033471: Application Framework - Crash on TDF_CopyTool::CopyAttributes due to nullptr |
---|
Description | In TDF_CopyTool::CopyAttributes the ''' tAtt = sAtt->NewEmpty(); ''' for the ''' TDocStd_Owner ''' is null because the NewEmpty of TDocStd_Owner return a TDF_Attribute, not a new TDocStd_Owner. Changing this, makes everything work as expected. |
---|
Steps To Reproduce | Try using the XLinkTool.CopyWithLink(target, source); it will see there is an TDocStd_Owner attribute, it will initialize it with NewEmpty, but this will give nullptr exception.
|
---|
Tags | No tags attached. |
---|
|
|
Test case number | |
---|
|
|