[PATCH] Turn some memmove into memcpy when it is safe to do so.

Christophe JAILLET (via Code Review) gerrit at gerrit.libreoffice.org
Sun Nov 11 02:51:13 PST 2012


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1033

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/33/1033/1

Turn some memmove into memcpy when it is safe to do so.

Most of the changes are related to newly allocated memory, so we are
sure it can not overlap with the source of the copy.

Change-Id: Ie6ccf1bbb07b792fb18601a38dfaa55755d14b7d
Signed-off-by: jailletc36 <christophe.jaillet at wanadoo.fr>
---
M rsc/source/res/rscrange.cxx
M sc/source/core/data/markarr.cxx
M sc/source/core/tool/consoli.cxx
M sc/source/filter/starcalc/collect.cxx
M sc/source/ui/docshell/docfunc.cxx
M sc/source/ui/view/viewfunc.cxx
M sfx2/source/bastyp/minarray.cxx
M sw/source/filter/ww8/wrtww8.cxx
M vcl/unx/kde/UnxCommandThread.cxx
9 files changed, 15 insertions(+), 15 deletions(-)


--
To view, visit https://gerrit.libreoffice.org/1033
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie6ccf1bbb07b792fb18601a38dfaa55755d14b7d
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Christophe JAILLET <christophe.jaillet at wanadoo.fr>



More information about the LibreOffice mailing list