Revision 378c2b9...

Go back to digest for 27th March 2011

Bug Fixes in KDE-PIM

Gregory Schlomoff committed changes in [kdepimlibs] kimap/imapstreamparser.cpp:

Fixed crash in ImapStreamParser::readParenthesizedList(): don't parse characters inside a quoted-string.

Without this fix, if the IMAP server sent the following list: "(AA ("BB)" CC))", ImapStreamParser would crash
because it would incorrectly interpret the ")" inside the quoted string "BB)" as part of the list.

Unit tests for this fix are in the Akonadi repository.

REVIEW: 100902

File Changes

Modified 1 files
  • kimap/imapstreamparser.cpp
1 files changed in total