3.2 backports 202606 (PR #26555)

16 views
Skip to first unread message

VZ

unread,
Jun 2, 2026, 8:58:14 AM (yesterday) Jun 2
to wx-...@googlegroups.com, Subscribed

You can view, comment on, or merge this pull request online at:

  https://github.com/wxWidgets/wxWidgets/pull/26555

Commit Summary

  • 4069a67 Fix out-of-bounds read on truncated UTF-8 in wxUString
  • d256b9f Fix rowspan/colspan integer overflow in wxHtmlTableCell::AddCell()

File Changes

(3 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/26555@github.com>

VZ

unread,
Jun 2, 2026, 7:02:53 PM (20 hours ago) Jun 2
to wx-...@googlegroups.com, Push

@vadz pushed 1 commit.

  • 6313a71 Update GitHub Actions to be Node v24 compatible


View it on GitHub or unsubscribe.


Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/26555/before/d256b9f126f8c9deb2957bfc5ae6cd7a8e2367e1/after/6313a715720f58512372f9a638b4857331af980a@github.com>

Scott Talbert

unread,
9:29 AM (5 hours ago) 9:29 AM
to wx-...@googlegroups.com, Subscribed
swt2c left a comment (wxWidgets/wxWidgets#26555)

@vadz a few more tweaks to the commit for 3.2:

diff --git a/.github/workflows/abi_check.yml b/.github/workflows/abi_check.yml
index c43bf0baa1..1cafdbf9a6 100644
--- a/.github/workflows/abi_check.yml
+++ b/.github/workflows/abi_check.yml
@@ -55,12 +55,12 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v6
         with:
           submodules: 'recursive'
 
       - name: Install CCache
-        uses: hendrikmuhs/ccache...@v1.2.3
+        uses: hendrikmuhs/ccache...@v1.2.23
         with:
           key: ubuntu-22.04-default
 
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9c606447c3..075cae0819 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -338,6 +338,7 @@ jobs:
         uses: actions/setup-go@v6
         with:
           go-version: '1'
+          cache: false
 
       - name: Testing
         working-directory: tests
diff --git a/.github/workflows/ci_cmake.yml b/.github/workflows/ci_cmake.yml
index 2df4a8ef28..210974817e 100644
--- a/.github/workflows/ci_cmake.yml
+++ b/.github/workflows/ci_cmake.yml
@@ -150,6 +150,7 @@ jobs:
         uses: actions/setup-go@v6
         with:
           go-version: '1'
+          cache: false
 
       - name: Testing
         if: matrix.cmake_tests != 'OFF'
diff --git a/.github/workflows/ci_mac.yml b/.github/workflows/ci_mac.yml
index 6f1210aeb7..2e7d6d502f 100644
--- a/.github/workflows/ci_mac.yml
+++ b/.github/workflows/ci_mac.yml
@@ -212,6 +212,7 @@ jobs:
       uses: actions/setup-go@v6
       with:
         go-version: '1'
+        cache: false
 
     - name: Testing
       if: matrix.skip_testing != true


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/pull/26555/c4612829402@github.com>

Reply all
Reply to author
Forward
0 new messages