https://issues.apache.org/ooo/show_bug.cgi?id=124553

--- Comment #3 from Andre <[email protected]> ---
Created attachment 83037
  --> https://issues.apache.org/ooo/attachment.cgi?id=83037&action=edit
Initialize pointers in ScAccessibleCell contructor.

Bug is caused by uninitialized pointer in SwAccessibleCell.  The m_pAccTable is
not initialized in the constructor.  A comment in the constructor says, that it
 is sufficient to call GetTable().  But in GetTable() m_pAccTable is only set
when it is NULL.  Being uninitialized it may or may not be NULL.

This is a bug that can happen on any platform, when accessibility is enabled. 
On my Ubuntu machine this is somehow triggered by default, even if the settings
dialog claims that all accessibility options are turned off.

Adding an initialization to NULL in the constructor fixes the crash.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to