To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71891
User jl changed the following:
What |Old value |New value
================================================================================
CC|'' |'jl,sb'
--------------------------------------------------------------------------------
Assigned to|jl |lo
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Nov 23 08:24:23 -0800
2006 -------
This also happens with a "normal" StarOffice, that is en-US, de etc.
The reason is in the unoxml lib (unoxml\source\dom\element.cxx). There is a
function
OUString CElement::getAttribute(const OUString& name)
which uses strlen without checking if the parameter is != NULL. If for example
in there is an element <example> and one tries to get the attribute "foo",
which does not exist, then this results in an access violation.
Please check also other occurrences of strlen.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]