.
OBS-URL: https://build.opensuse.org/package/show/shells/ksh?expand=0&rev=189
This commit is contained in:
parent
9a7a626fae
commit
07798e5cd4
@ -1,3 +1,9 @@
|
|||||||
|
| Fix for bnc#814135, bnc#808449, bnc#835885, and bnc#844071
|
||||||
|
| - crash in bestreclaim() after traversing a memory block with a very large size (ksh)
|
||||||
|
| - set -k does not work properly with ksh-93t-13.17 and higher
|
||||||
|
| - Problem after update of ksh from ksh-93u-0.14.1 to ksh-93u-0.22.1
|
||||||
|
| - Regression: Fix crash in sfio code of libast
|
||||||
|
| This is a backport from the beta version ksh93v-2013-10-10
|
||||||
--- src/cmd/ksh93/bltins/enum.c
|
--- src/cmd/ksh93/bltins/enum.c
|
||||||
+++ src/cmd/ksh93/bltins/enum.c 2013-10-25 13:26:45.739248213 +0000
|
+++ src/cmd/ksh93/bltins/enum.c 2013-10-25 13:26:45.739248213 +0000
|
||||||
@@ -266,7 +266,9 @@ int b_enum(int argc, char** argv, Shblti
|
@@ -266,7 +266,9 @@ int b_enum(int argc, char** argv, Shblti
|
||||||
|
Loading…
x
Reference in New Issue
Block a user