diff options
| author | Michael Brüning <michael.bruning@qt.io> | 2024-05-13 11:31:11 +0200 |
|---|---|---|
| committer | Michael Brüning <michael.bruning@qt.io> | 2024-05-14 06:14:06 +0000 |
| commit | 602e37dc88329bb70a7b123768552ec6de1ce3b8 (patch) | |
| tree | 24cfeb94d545059e37b1d1cda91dbb44cf216794 | |
| parent | 8365e369ae9a1bbd28b39f42ffdf3199ea7fac40 (diff) | |
Update Chromium
Submodule src/3rdparty b916ca00..09a04a46:
* [Backport] Security bug 339458194 (CVE-2024-4761)
* [Backport] CVE-2024-4671: Use after free in Visuals
* [Backport] CVE-2024-4368: Use after free in Dawn
* [Backport] CVE-2024-4331: Use after free in Picture In Picture
* [Backport] Fix build with clang-18
Pick-to: 6.7
Fixes: QTBUG-125266
Fixes: QTBUG-125267
Change-Id: Icfeef0b021e5d5d70c1f327f6b18af15da067902
Reviewed-by: Michael Brüning <michael.bruning@qt.io>
| -rw-r--r-- | CHROMIUM_VERSION | 2 | ||||
| m--------- | src/3rdparty | 0 | ||||
| -rw-r--r-- | src/core/web_engine_context.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CHROMIUM_VERSION b/CHROMIUM_VERSION index ec22aa57e..a9015765c 100644 --- a/CHROMIUM_VERSION +++ b/CHROMIUM_VERSION @@ -1,3 +1,3 @@ Based on Chromium version: 118.0.5993.220 -Patched with security patches up to Chromium version: 124.0.6367.78 +Patched with security patches up to Chromium version: 124.0.6367.202 diff --git a/src/3rdparty b/src/3rdparty -Subproject b916ca00cc5222253ac5860c3e612ccf00d899c +Subproject 09a04a46a47e57bc423cc37fb95bc6604193694 diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp index 1b93ef033..4dfab6ba5 100644 --- a/src/core/web_engine_context.cpp +++ b/src/core/web_engine_context.cpp @@ -1008,7 +1008,7 @@ const char *qWebEngineChromiumVersion() noexcept const char *qWebEngineChromiumSecurityPatchVersion() noexcept { - return "124.0.6367.78"; // FIXME: Remember to update + return "124.0.6367.202"; // FIXME: Remember to update } QT_END_NAMESPACE |
