d53c49e081
* Large virtual folders could be very slow * Message could disappear after moving from IMAP folder followed by Undo and Redo * XMPP chat did not display messages sent inside a CDATA element * Selected calendar day did not move forward at midnight * Today pane agenda sometimes scrolled for no apparent reason * CalDAV calendars without offline support could degrade start-up performance * Visual and UX improvements MFSA 2024-69 * CVE-2024-50336 (bmo#1929264) matrix-js-sdk has insufficient MXC URI validation which could allow client-side path traversal OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=792
13 lines
501 B
Diff
13 lines
501 B
Diff
Index: thunderbird-128.4.2/comm/mailnews/base/src/MboxMsgInputStream.cpp
|
|
===================================================================
|
|
--- thunderbird-128.4.2.orig/comm/mailnews/base/src/MboxMsgInputStream.cpp
|
|
+++ thunderbird-128.4.2/comm/mailnews/base/src/MboxMsgInputStream.cpp
|
|
@@ -263,6 +263,7 @@ class MboxParser {
|
|
default:
|
|
MOZ_ASSERT_UNREACHABLE(); // should not happen
|
|
}
|
|
+ return data;
|
|
}
|
|
|
|
// Attempt to parse a "From " line to extract sender and timestamp.
|