Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits: 554e754b by HAMANO Tsukasa at 2024-07-08T13:06:53+00:00 fix idl intersection ITS#10233
The `mdb_idl_intersection()` and `wt_idl_intersection()` functions derived from back-bdb return wrong results.
expect: [1, 3] ∩ [2] = []
actual: [1, 3] ∩ [2] = [2]
also - Add scope checking for back-wt - fix compiler warning
- - - - -
4 changed files:
- servers/slapd/back-mdb/idl.c - servers/slapd/back-wt/id2entry.c - servers/slapd/back-wt/idl.c - servers/slapd/back-wt/search.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/554e754b3fba40f5385f5912...