To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77971
User sb changed the following:
What |Old value |New value
================================================================================
Assigned to|sb |fme
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Aug 30 14:54:43 +0000
2007 -------
There are two problems with SwASCIIParser::ReadChars in
sw/source/filter/ascii/parasc.cxx:1.26 when currentCharSet ==
RTL_TEXTENCODING_UCS2:
1 When the input file has an odd number of bytes, pEnd will become a misaligned
pointer in line 429. This can lead to SIGBUS or the import of excess garbage
into the document.
2 When the input contains stray surrogates (i.e., a high surrogate not followed
by a low surrogate, or a low surrogate not preceded by a high surrogate), this
according to hdu can lead to the reported crash.
---------------------------------------------------------------------
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]