Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
bash-syslog
> bash-3.2-backport029.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File bash-3.2-backport029.patch of Package bash-syslog
diff -up bash-3.2/expr.c.backport029 bash-3.2/expr.c --- bash-3.2/expr.c.backport029 2008-06-27 16:08:42.000000000 +0200 +++ bash-3.2/expr.c 2008-06-27 16:09:51.000000000 +0200 @@ -286,6 +286,8 @@ expr_unwind () free (expr_stack[expr_depth]); } free (expr_stack[expr_depth]); /* free the allocated EXPR_CONTEXT */ + + noeval = 0; /* XXX */ } static void @@ -319,6 +321,7 @@ evalexp (expr, validp) procenv_t oevalbuf; val = 0; + noeval = 0; FASTCOPY (evalbuf, oevalbuf, sizeof (evalbuf));