To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85612
                 Issue #|85612
                 Summary|LocaleDataWrapper::getDefaultCalendar() uses uno::Refe
                        |rence< i18n::Calendar>
               Component|utilities
                 Version|680m239
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|erack
             Reported by|erack





------- Additional comments from [EMAIL PROTECTED] Sat Jan 26 20:42:57 +0000 
2008 -------
LocaleDataWrapper::getDefaultCalendar() uses uno::Reference< i18n::Calendar>,
where i18n::Calendar is a struct and not an UNO type that could be reference
counted. This may lead to corrupted memory management. The method currently
isn't used externally, but is used internally for getDefaultCalendarDays() and
getDefaultCalendarMonths() that are used only in EditEngine::PostKeyEvent(), but
only if AutoCompletion for the EditEngine was turned on. This may have lead to
spurious crashes when completing calendar days or months, however, I'm not sure
if anyone actually ever used EditEngine with AutoCompletion turned on.

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