https://bugs.openldap.org/show_bug.cgi?id=10233
Issue ID: 10233 Summary: wrong idl intersection Product: OpenLDAP Version: 2.6.8 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: hamano@osstech.co.jp Target Milestone: ---
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]
https://bugs.openldap.org/show_bug.cgi?id=10233
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.5.19 Keywords|needs_review |
https://bugs.openldap.org/show_bug.cgi?id=10233
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |IN_PROGRESS
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/711
https://bugs.openldap.org/show_bug.cgi?id=10233
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 554e754b by HAMANO Tsukasa at 2024-07-08T13:06:53+00:00 fix idl intersection ITS#10233
https://bugs.openldap.org/show_bug.cgi?id=10233
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|IN_PROGRESS |RESOLVED
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- RE26:
• efa9f173 by HAMANO Tsukasa at 2024-10-04T21:49:50+00:00 ITS#10233 - fix idl intersection
RE25:
• f141ee5d by HAMANO Tsukasa at 2024-10-04T21:52:28+00:00 ITS#10233 - fix idl intersection