-
Fri Feb 10 2017 Siteshwar Vashisht <svashisht@redhat.com> - 20120801-34
- Multibyte character string after $1-9 was not expanded correctly
Resolves: #1299484
-
Fri Feb 10 2017 Siteshwar Vashisht <svashisht@redhat.com> - 20120801-33
- Prevent null-test optimization in strdup
Resolves: #1269088
-
Fri Feb 10 2017 Siteshwar Vashisht <svashisht@redhat.com> - 20120801-32
- Treat unset parameters as error
Resolves: #1222025
-
Fri Feb 10 2017 Siteshwar Vashisht <svashisht@redhat.com> - 20120801-31
- Fix a memory leak on unset of associative array
Resolves: #1189297
-
Fri Feb 10 2017 Siteshwar Vashisht <svashisht@redhat.com> - 20120801-30
- Fix a memory leak in subshell when PATH is set
Resolves: #1405784
-
Fri Feb 10 2017 Siteshwar Vashisht <svashisht@redhat.com> - 20120801-29
- Fix a crash during clean up after sourcing multiple files
Resolves: #1321443
-
Fri Feb 10 2017 Siteshwar Vashisht <svashisht@redhat.com> - 20120801-28
- Fix a bug in memory allocation while listing indexed arrays with typeset
Resolves: #1371630
-
Fri Feb 10 2017 Siteshwar Vashisht <svashisht@redhat.com> - 20120801-27
- bump release
Resolves: #1391931
-
Tue Apr 26 2016 Michal Hlavinka <mhlavink@redhat.com> - 20120801-26
- closing a file descriptor in a command substitution caused loss of the output (#1202439)
- fix: in a login shell "( cmd & )" does nothing (#1217237)
- exporting fixed with variable corrupted its data (#1192026)
- fix segfault when handling a trap (#1211540)
- combining alarm and IFS caused segfault (#1192119)
- declaration of a two dimemsional associatve array could add an extra 0 element (#1193557)
- do not inherit invalid variables during shell initializaton (#1211538)
- case in a for loop inside a subshell caused syntax error (#1241014)
-
Wed Sep 30 2015 Michal Hlavinka <mhlavink@redhat.com> - 20120801-25
- ksh could hang when executed from removed directory (#1204639)