To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76123
                 Issue #|76123
                 Summary|Source and destination overlap in memcpy
               Component|framework
                 Version|OOo 2.2
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|tm
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Thu Apr  5 11:19:49 +0000 
2007 -------
i.e. valgrind warning of...

==17271== Source and destination overlap in memcpy(0x6885004, 0x6885004, 16)
==17271==    at 0x40240B6: memcpy (mc_replace_strmem.c:116)
==17271==    by 0x5408DC2: SfxFrame::SetToolSpaceBorderPixel_Impl(SvBorder
const&) (frame.cxx:1352)
==17271==    by 0x540BF3F: SfxFrame::Resize() (frame.cxx:1555)
==17271==    by 0x5420F12: SfxTopWindow_Impl::DoResize() (topfrm.cxx:352)
==17271==    by 0x542127F: SfxTopWindow_Impl::StateChanged(unsigned short)
(topfrm.cxx:340)
==17271==    by 0x4FB0015: Window::ImplCallInitShow() (window.cxx:1638)
==17271==    by 0x4FB007B: Window::ImplCallInitShow() (window.cxx:1653)
==17271==    by 0x4FB007B: Window::ImplCallInitShow() (window.cxx:1653)
==17271==    by 0x4FB007B: Window::ImplCallInitShow() (window.cxx:1653)
==17271==    by 0x4FC04BF: Window::Show(unsigned char, unsigned short)
(window.cxx:6426)
==17271==    by 0x4FC05AB: Window::Show(unsigned char, unsigned short)
(window.cxx:6454)
==17271==    by 0x4B1E65D: VCLXWindow::setVisible(unsigned char)
(vclxwindow.cxx:1328)

while investigating issue 65879
caused by     pImp->aBorder = rBorder;

patch attached to add an operator= to SvBorder

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