7 Bug-Reported-by: Tomas Janousek <tjanouse@redhat.com>
8 Bug-Reference-ID: <20071102104034.GA26893@redhat.com>
9 Bug-Reference-URL: https://bugzilla.redhat.com/show_bug.cgi?id=286861
13 When the bash arithmetic expression evaluator has temporarily turned off
14 evalation, such as when parsing a pre- or post-decrement or -increment
15 operator, and an error occurs, evaluation is not re-enabled.
19 *** ../bash-3.2-patched/expr.c 2007-08-25 13:47:05.000000000 -0400
20 --- bash-3.2/expr.c 2007-10-18 08:08:44.000000000 -0400
25 free (expr_stack[expr_depth]); /* free the allocated EXPR_CONTEXT */
27 + noeval = 0; /* XXX */
37 FASTCOPY (evalbuf, oevalbuf, sizeof (evalbuf));
38 *** ../bash-3.2/patchlevel.h Thu Apr 13 08:31:04 2006
39 --- bash-3.2/patchlevel.h Mon Oct 16 14:22:54 2006
42 looks for to find the patch level (for the sccs version string). */
44 ! #define PATCHLEVEL 28
46 #endif /* _PATCHLEVEL_H_ */
48 looks for to find the patch level (for the sccs version string). */
50 ! #define PATCHLEVEL 29
52 #endif /* _PATCHLEVEL_H_ */