go regression in scarthgap related to CVE-2025-61726 patch

"Cedric Veilleux" <[email protected]> Wed, 11 Mar 2026 11:18:24 -0700
Newsgroups org.yoctoproject.lists.yocto
Message-ID <[email protected]>
After the recent golang patchset in scarthgap, go programs are crashing with:

> panic: godebug: Value of name not listed in godebugs.All: urlmaxqueryparams goroutine 1 [running]: internal/godebug

This is observed in the podman recipe from meta-virtualization but I don't think it is related to podman only.

I've traced it to this commit:

> commit 242963f4cd1597d31a3efae2422016bf888c6e25
> Author: Deepak Rathore <[email protected]>
> Date:   Wed Feb 11 20:59:00 2026 -0800
> 
>     go 1.22.12: Fix CVE-2025-61726

Removing this patch fixes the issue.