Fix POP3 mailcheck aborting because of internal memory errors.

Authored by Thomas McGuire <mcguire@kde.org> on Jul 29 2010, 10:08 PM.

Description

Fix POP3 mailcheck aborting because of internal memory errors.

We were using memcpy() with overlapping memory regions, which does not
work. Now, use memmove().

Thanks to Sven-Ola Tuecke <sven-ola at gmx dot de> for finding and
fixing this problem!

BUG: 230072

svn path=/branches/KDE/4.5/kdepimlibs/; revision=1156867

Details

Committed
Thomas McGuire <mcguire@kde.org>Jul 29 2010, 10:08 PM
Parents
R172:ff4189de0a93: Change default match criterion to 'ExactMatch' as stated in the API docs. 4.4…
Branches
Unknown
Tags
Unknown
Thomas McGuire <mcguire@kde.org> committed R172:e59b61052ba4: Fix POP3 mailcheck aborting because of internal memory errors. (authored by Thomas McGuire <mcguire@kde.org>).Jul 29 2010, 10:08 PM