https://bugs.openldap.org/show_bug.cgi?id=9352
Issue ID: 9352 Summary: delta-sync SEGV modifying zero-length context entry Product: OpenLDAP Version: 2.4.53 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: slapd Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
With a zero-length suffix, the context entry is usually a glue entry. It gets created without an entryCSN. If an incoming mod updates it, syncrepl will crash trying to find its entryCSN.
https://bugs.openldap.org/show_bug.cgi?id=9352
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |IN_PROGRESS
https://bugs.openldap.org/show_bug.cgi?id=9352
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |TEST Target Milestone|--- |2.4.54 Status|IN_PROGRESS |RESOLVED
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- Commits: • 331e5877 by Howard Chu at 2020-09-17T20:18:20+01:00 ITS#9352 syncrepl: fix syncrepl_op_modify on entry with no entryCSN
https://bugs.openldap.org/show_bug.cgi?id=9352
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- RE24:
Commits: • 4156d8a5 by Howard Chu at 2020-09-17T20:03:30+00:00 ITS#9352 syncrepl: fix syncrepl_op_modify on entry with no entryCSN
https://bugs.openldap.org/show_bug.cgi?id=9352
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED