To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70132
User pl changed the following:
What |Old value |New value
================================================================================
Priority|P3 |P4
--------------------------------------------------------------------------------
Target milestone|--- |OOo 2.x
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Oct 5 07:11:11 -0700
2006 -------
I don't know the exact origin, but i think this is uninitialized memory in
places where it does not matter: see e.g. rsc/source/tools/rsctools.cxx in
RscWriteRc::PutUTF8. That function increases the stream 2byte aligned, puts a
UTF-8 string in it and terminates with a '0'. If however the string length was
already even (that is the terminating 0 is in an odd byte), then the last byte
is allocated but not set - which does not matter in the file format since the
string will be read correctly anyway or skipped by the correct offset if
necessary.
FYI: resources are actually platform independent already and the (sun provided)
windows builds actually use res files that were built on Linux and/or Solaris.
---------------------------------------------------------------------
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]