summaryrefslogtreecommitdiffstats
path: root/SOURCES/bash-3.0-evalexp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'SOURCES/bash-3.0-evalexp.patch')
-rw-r--r--SOURCES/bash-3.0-evalexp.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/SOURCES/bash-3.0-evalexp.patch b/SOURCES/bash-3.0-evalexp.patch
new file mode 100644
index 0000000..11b28cd
--- /dev/null
+++ b/SOURCES/bash-3.0-evalexp.patch
@@ -0,0 +1,13 @@
+--- expr.c
++++ expr.c 2004-07-30 16:39:48.000000000 +0200
+@@ -406,8 +406,8 @@
+ value = expcond ();
+ if (curtok == EQ || curtok == OP_ASSIGN)
+ {
+- int special, op;
+- intmax_t lvalue;
++ int special, op = -1;
++ intmax_t lvalue = 0;
+
+ special = curtok == OP_ASSIGN;
+