To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86307
                 Issue #|86307
                 Summary|invalid memory access in guesslang.cxx
               Component|Word processor
                 Version|680m247
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|ui
             Assigned to|tl
             Reported by|cl





------- Additional comments from [EMAIL PROTECTED] Thu Feb 21 13:36:14 +0000 
2008 -------
In lingucomponent/source/languageguessing/guesslang.cxx there are multiple
places like

OUString(RTL_CONSTASCII_USTRINGPARAM(something.c_str()));

This does not work, RTL_CONSTASCII_USTRINGPARAM makes a sizeof() that is in this
case always 4 because c_str() returns a so strings with length 4 are created,
regardless how long the string is.

---------------------------------------------------------------------
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]

Reply via email to