]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/bash/bash32-042
core84: Add changed /etc/rc.d/init.d/network
[ipfire-2.x.git] / src / patches / bash / bash32-042
CommitLineData
24acfa14
MT
1 BASH PATCH REPORT
2 =================
3
4Bash-Release: 3.2
5Patch-ID: bash32-042
6
7Bug-Reported-by: Archimerged Ark Submedes <archimerged@gmail.com>
8Bug-Reference-ID: <5ba4bef00804182116g65ff71e0qdffcf672f205e708@mail.gmail.com>
9Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2008-04/msg00041.html
10
11Bug-Description:
12
13An operator precedence error prevented the bash arithmetic evaluator from
14parsing conditional commands correctly.
15
16Patch:
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_ */