summaryrefslogtreecommitdiffstats
path: root/source/a/gawk/0001-Add-missing-UPREF.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-09-08 01:33:19 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-08 07:00:15 +0200
commitd7e739bb58e86a0c43f54b7e2c2972dd5f62b3c3 (patch)
tree88bf131c609a7bbd6656498be96b854c43ae267f /source/a/gawk/0001-Add-missing-UPREF.patch
parent64fbcd92b6a53a19a394db7fe96fa16cb31c4928 (diff)
downloadcurrent-d7e739bb58e86a0c43f54b7e2c2972dd5f62b3c3.tar.gz
current-d7e739bb58e86a0c43f54b7e2c2972dd5f62b3c3.tar.xz
Thu Sep 8 01:33:19 UTC 202220220908013319
a/hdparm-9.65-x86_64-1.txz: Upgraded. n/samba-4.16.5-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-102.2.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.2.2/releasenotes/
Diffstat (limited to '')
-rw-r--r--source/a/gawk/0001-Add-missing-UPREF.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/source/a/gawk/0001-Add-missing-UPREF.patch b/source/a/gawk/0001-Add-missing-UPREF.patch
new file mode 100644
index 000000000..a9a5cda86
--- /dev/null
+++ b/source/a/gawk/0001-Add-missing-UPREF.patch
@@ -0,0 +1,24 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
+Date: Mon, 5 Sep 2022 15:33:49 +0000
+Subject: [PATCH] Add missing UPREF.
+
+Fixes: d2e694ad66a379fa128137d19c10b77b942972f2
+Fixes: https://bugs.gentoo.org/868567
+Fixes: https://lists.gnu.org/archive/html/bug-gawk/2022-09/msg00006.html
+---
+ interpret.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/interpret.h b/interpret.h
+index 57d060e63f37..268655b2231f 100644
+--- a/interpret.h
++++ b/interpret.h
+@@ -238,6 +238,7 @@ uninitialized_scalar:
+ _("reference to uninitialized argument `%s'") :
+ _("reference to uninitialized variable `%s'"),
+ save_symbol->vname);
++ UPREF(m);
+ PUSH(m);
+ break;
+