To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64758


User thb changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Aug  2 04:46:03 -0700 
2006 -------
Fixed in CWS vcl64. The underlying reason for these crashes were extremely high
coordinate values for custom shape bound rects. These led to excessively high
scale entries in the slideshow shape transformation matrices, which in turn
broke insufficiently guarded render code at various places.

I've fixed the root cause (floating point division by zero, which led to NANs,
which was converted to INT_MIN on *nix and 0 on Windows -> thus, the problem did
not turn up under Windows) in svx's custom shape code - I fear that fixing all
loop holes (with insufficient input range checking) in the render code paths is
close to impossible.

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