mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
d7e739bb58
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/
24 lines
762 B
Diff
24 lines
762 B
Diff
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;
|
|
|