https://bugs.freedesktop.org/show_bug.cgi?id=60954
--- Comment #2 from Fabio Bas <[email protected]> --- I've debugged a little bit the crash using wireshark and it seems it i triggered by a bad formed xml answer in the <cmis:properties> section of a <cmisra:object>. Example of a bad formatted property that leads the crash: <cmis:propertyId queryName="cmis:allowedChildObjectTypeIds" displayName="Allowed Child Object Types Ids" localName="allowedChildObjectTypeIds" propertyDefinitionId="cmis:allowedChildObjectTypeIds"></cmis:propertyId> <cmis:propertyId queryName="cmis:objectTypeId" displayName="Object Type Id" localName="objectTypeId" propertyDefinitionId="cmis:objectTypeId"><cmis:value>cmis:folder</cmis:value></cmis:propertyId> The same properties in the correct format (Loo doesn't crash anymore): <cmis:propertyId queryName="cmis:allowedChildObjectTypeIds" displayName="Allowed Child Object Types Ids" localName="allowedChildObjectTypeIds" propertyDefinitionId="cmis:allowedChildObjectTypeIds"/> <cmis:propertyId queryName="cmis:objectTypeId" displayName="Object Type Id" localName="objectTypeId" propertyDefinitionId="cmis:objectTypeId"> <cmis:value>cmis:folder</cmis:value> </cmis:propertyId> I suppose that cmisucp fails to instanciate the object due to the bad xml, but misses to detect the error and then tries to use the object anyway, leading to the crash. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
