To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114409
                 Issue #|114409
                 Summary|sw: dangling pointer dereference in SwCalc::Str2Double
               Component|Word processor
                 Version|OOO320m12
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|ama
             Reported by|dtardon





------- Additional comments from dtar...@openoffice.org Wed Sep  8 12:20:57 
+0000 2010 -------
The attached file crashes OO.o on opening because the LocaleDataWrapper* that is
passed down from SwCalc::Str2Double points to already destroyed object. It seems
the code expects there is at least one instance of SvtSysLocale somewhere
around, so the pointer is kept alive, but it's plain that's not the case there
.-) The code works in OOO330_m6 and DEV300_m87, but I think it would be better
to have an instance of SvtSysLocale around while using the LocaleDataWrapper*,
just to avoid future surprises.

---------------------------------------------------------------------
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to