]> git.pld-linux.org Git - packages/bash.git/blob - bash32-042
- up to 4.0.10
[packages/bash.git] / bash32-042
1                              BASH PATCH REPORT
2                              =================
3
4 Bash-Release: 3.2
5 Patch-ID: bash32-042
6
7 Bug-Reported-by:        Archimerged Ark Submedes <archimerged@gmail.com>
8 Bug-Reference-ID:       <5ba4bef00804182116g65ff71e0qdffcf672f205e708@mail.gmail.com>
9 Bug-Reference-URL:      http://lists.gnu.org/archive/html/bug-bash/2008-04/msg00041.html
10
11 Bug-Description:
12
13 An operator precedence error prevented the bash arithmetic evaluator from
14 parsing conditional commands correctly.
15
16 Patch:
17
18 *** ../bash-3.2-patched/expr.c  2007-12-13 22:30:43.000000000 -0500
19 --- expr.c      2008-08-17 13:09:59.000000000 -0400
20 ***************
21 *** 521,525 ****
22           noeval++;
23         }
24 !       val2 = explor ();
25         if (set_noeval)
26         noeval--;
27 --- 521,526 ----
28           noeval++;
29         }
30
31 !       val2 = expcond ();
32         if (set_noeval)
33         noeval--;
34 *** ../bash-3.2/patchlevel.h    Thu Apr 13 08:31:04 2006
35 --- patchlevel.h        Mon Oct 16 14:22:54 2006
36 ***************
37 *** 26,30 ****
38      looks for to find the patch level (for the sccs version string). */
39   
40 ! #define PATCHLEVEL 41
41   
42   #endif /* _PATCHLEVEL_H_ */
43 --- 26,30 ----
44      looks for to find the patch level (for the sccs version string). */
45   
46 ! #define PATCHLEVEL 42
47   
48   #endif /* _PATCHLEVEL_H_ */
This page took 0.021771 seconds and 3 git commands to generate.