https://bugs.kde.org/show_bug.cgi?id=230072
Thomas McGuire <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Thomas McGuire <mcguire kde org> 2010-07-30 00:07:28 --- SVN commit 1156867 by tmcguire: 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 M +2 -2 pop3.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1156867 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
