https://bugs.openldap.org/show_bug.cgi?id=10067
Issue ID: 10067 Summary: back-meta doesn't like an empty modify Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: ondra@mistotebe.net Target Milestone: ---
A modify like:
dn: <dn> changetype: modify
sent to a back-meta DB will trigger an assert on ch_malloc(0). The code also kind of takes liberty at equating free and ch_free, which could backfire under some (extremely rare) circumstances.
https://bugs.openldap.org/show_bug.cgi?id=10067
Ondřej Kuzník ondra@mistotebe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |IN_PROGRESS Assignee|bugs@openldap.org |ondra@mistotebe.net Ever confirmed|0 |1
--- Comment #1 from Ondřej Kuzník ondra@mistotebe.net --- https://git.openldap.org/openldap/openldap/-/merge_requests/629
https://bugs.openldap.org/show_bug.cgi?id=10067
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Resolution|--- |TEST Status|IN_PROGRESS |RESOLVED Target Milestone|--- |2.5.16
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- master: • 5ae48d08 by Ondřej Kuzník at 2023-06-20T01:03:12+00:00 ITS#10067 Account for mods being optional
https://bugs.openldap.org/show_bug.cgi?id=10067
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED
--- Comment #4 from Quanah Gibson-Mount quanah@openldap.org --- RE26:
• 52e9c660 by Ondřej Kuzník at 2023-07-31T18:00:27+00:00 ITS#10067 Account for mods being optional
RE25:
• 2816cb80 by Ondřej Kuzník at 2023-07-31T18:07:17+00:00 ITS#10067 Account for mods being optional
https://bugs.openldap.org/show_bug.cgi?id=10067
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED