File project.diff of Package go1.24
--- go1.24.changes.orig
+++ go1.24.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Apr 21 13:20:21 UTC 2025 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
+
+- Add gh-issue-73141.patch to repair random segmentation faults (boo#1240764)
+
+-------------------------------------------------------------------
Wed Apr 2 16:21:00 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Packaging improvements:
--- go1.24.spec.orig
+++ go1.24.spec
@@ -141,6 +141,8 @@ Patch7: dont-force-gold-on-arm64
# PATCH-FIX-UPSTREAM marguerite@opensuse.org - find /usr/bin/go-8 when bootstrapping with gcc8-go
Patch8: gcc-go.patch
Patch9: go-fixseccomp.patch
+# PATCH-FIX-UPSTREAM https://github.com/golang/go/issues/73141 https://go-review.googlesource.com/c/go/+/662455
+Patch10: gh-issue-73141.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# boostrap
%if %{with gccgo}
@@ -244,6 +246,8 @@ sed -i "s/\$gcc_go_version/%{gcc_go_vers
%patch -P 8 -p1
%endif
+%patch -P 10 -p1
+
cp %{SOURCE4} .
%build