Bug 727891
Summary: | ksh crashes when IFS is unset inside a function - PART 2 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Michal Hlavinka <mhlavink> |
Component: | ksh | Assignee: | Michal Hlavinka <mhlavink> |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-tools-bugs |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.8 | CC: | mfranc, ovasik, prc |
Target Milestone: | rc | Keywords: | Patch |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ksh-20100621-1.el5 | Doc Type: | Bug Fix |
Doc Text: |
If the IFS variable was unset inside a function used in a script, the memory being used was erroneously freed. Consequently, ksh would terminate unexpectedly. With this update, ksh still allows the IFS variable to be unset, but no longer frees the memory. Thus the problem is fixed, and ksh no longer crashes in the scenario described.
|
Story Points: | --- |
Clone Of: | 683734 | Environment: | |
Last Closed: | 2012-02-21 05:51:04 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 683722, 683734 | ||
Bug Blocks: |
Comment 2
Michal Hlavinka
2012-01-18 15:49:21 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2012-0159.html |