Bug 2142111
Summary: | glibc: Restore IPC_64 support in sysvipc *ctl functions [rhel-9.1.0.z] | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
Component: | glibc | Assignee: | Florian Weimer <fweimer> |
Status: | CLOSED ERRATA | QA Contact: | Sergey Kolosov <skolosov> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 9.2 | CC: | aarnold, ashankar, bfinger, codonell, csay, dj, fweimer, mnewsome, pfrankli, sipoyare, skolosov |
Target Milestone: | rc | Keywords: | Bugfix, Patch, Triaged, ZStream |
Target Release: | --- | ||
Hardware: | ppc64le | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glibc-2.34-40.el9_1.1 | Doc Type: | Bug Fix |
Doc Text: |
Cause: The msgctl, semctl, shmctl functions in glibc validate its command argument against a fixed list of values and fail if the command argument is not one of the known values.
Consequence: Applications that pass the IPC_64 flag in addition to the actual command in the argument may fail because the combination is not recognized as a valid command.
Fix: The command check is either removed (if unnecessary) or takes the IPC_64 flag into account.
Result: Applications which pass the IPC_64 flag for compatibility with RHEL 7 glibc work again.
|
Story Points: | --- |
Clone Of: | 2141685 | Environment: | |
Last Closed: | 2023-01-23 15:23:02 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: | 2141685 | ||
Bug Blocks: |
Comment 8
errata-xmlrpc
2023-01-23 15:23:02 UTC
|