Bug 929115
Summary: | crash in aci evaluation | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Libor Miksik <lmiksik> |
Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
Status: | CLOSED ERRATA | QA Contact: | Sankar Ramalingam <sramling> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 6.4 | CC: | abienven, dpal, jgalipea, jrusnack, jwest, mreynolds, nhosoi, nkinder, pm-eus, rmeggins, tlavigne |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 389-ds-base-1.2.11.15-13.el6_4 | Doc Type: | Bug Fix |
Doc Text: |
Previously, a code in an Acl plug-in source code dereferenced a NULL pointer, and attempts to get effective rights on an entry that did not exit could have lead to an unexpected termination due to a segmentation fault. This update checks for NULL entry pointers and returns the appropriate error. Now, attempts to get effective rights on an entry that does not exit, no longer causes crashes, and the server returns the appropriate error message.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-04-15 18:23:17 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: | 923504 | ||
Bug Blocks: |
Description
Libor Miksik
2013-03-29 09:35:03 UTC
[root@hp-bl660cgen8-01 jrusnack]# ldapsearch -xLLL -p 389 -h localhost -D "cn=d irectory manager" -w Secret123 -E '1.3.6.1.4.1.42.2.27.9.5.2=:dn:uid=sub-9999,o u=subscriber,ou=customer1,ou=oneview,ou=mmo,dc=example,dc=com' -b "dc=example,d c=com" "uid=sub-9999" shortCode dn: uid=sub-9999,ou=subscriber,ou=customer2,ou=oneview,ou=mmo,dc=example,dc=co m shortCode: 555 entryLevelRights: v attributeLevelRights: shortCode:none [root@hp-bl660cgen8-01 jrusnack]# rpm -qa | grep 389 389-ds-base-1.2.11.15-14.el6_4.x86_64 VERIFIED 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/RHSA-2013-0742.html |