#48536 Crash in slapi_get_object_extension
Closed: wontfix Opened by nhosoi.

Description of problem:
Psearch crashes in acl.
        slapi_pblock_get ( pb, SLAPI_OPERATION, &op );
        aclpb = (Acl_PBlock *) acl_get_ext ( ACL_EXT_OPERATION, op );
operation is already null at this instance:
(gdb) print op
$2 = (void *) 0x0
(gdb)
Error logs:
we see this error in errors log:
[22/Jan/2016:18:53:09 +0000] NSACLPlugin - Missing aclpb 4
which means the scan of ACL's has failed with fatal error. in function:
acllist_init_scan ?
How reproducible: not often.

Reviewed by Mark (Thank you!!)

Pushed to master:
b5bfa2a..091a5f5 master -> master
commit 091a5f5daf3fa378f029e293c5358ae9be9f548e

Pushed to 389-ds-base-1.3.4:
9bd53c2..8a83a93 389-ds-base-1.3.4 -> 389-ds-base-1.3.4
commit 8a83a93977f13db36e42798a5eed041c1b3868a9

git patch file (master) -- fixing compiler warnings
0001-Ticket-48536-Crash-in-slapi_get_object_extension.2.patch

Pushed to master:
091a5f5..b31749f master -> master
commit b31749f2a0bed838712719b2e6533bed0a4144e0

Pushed to 389-ds-base-1.3.4:
8a83a93..7fb593f 389-ds-base-1.3.4 -> 389-ds-base-1.3.4
commit 7fb593fe56dbbce06f707bd9807bf14748273ea2

Metadata Update from @nhosoi:
- Issue assigned to nhosoi
- Issue set to the milestone: 1.3.4.7

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/1776

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

Metadata