Revision 653e022...

Go back to digest for 16th June 2013

Bug Fixes in KDE-PIM

Jan Kundrát committed changes in [trojita] src/Imap/Encoders.cpp:

When decoding from unknown encoding and assuming UTF-8, be sure to not stop at first NULL byte

This does *not* fix #321160 (this code is not even triggered in this situation),
but it's a sane thing to do anyway. I guess that the code shall be audited for
other instances where we might silently truncate the data here; it's caused by
an implicit conversion from QByteArray to uchar*.

File Changes

Modified 1 files
  • src/Imap/Encoders.cpp
1 files changed in total