forked from pool/MozillaThunderbird
8ba563b611
- Mozilla Thunderbird 115.12.2 * fixed: Annual Thunderbird Beta appeal intended for Thunderbird 115.12.0 did not open as expected (bmo#1898084) - Mozilla Thunderbird 115.12.1 * 115.12.0 got pulled because of upstream automation process errors and Windows installer signing changes. No code changes, changelog is the same as 115.12.0 (bsc#1226495) - Added thunderbird-fix-CVE-2024-34703.patch (bsc#1227239) OBS-URL: https://build.opensuse.org/request/show/1184892 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=763
14 lines
368 B
Diff
14 lines
368 B
Diff
Index: firefox-102.4.0/mfbt/EnumSet.h
|
|
===================================================================
|
|
--- firefox-102.4.0.orig/mfbt/EnumSet.h
|
|
+++ firefox-102.4.0/mfbt/EnumSet.h
|
|
@@ -326,7 +326,7 @@ class EnumSet {
|
|
}
|
|
}
|
|
|
|
- static constexpr size_t kMaxBits = MaxBits();
|
|
+ static constexpr size_t kMaxBits = EnumSet().MaxBits();
|
|
|
|
Serialized mBitField;
|
|
|