https://bugs.openldap.org/show_bug.cgi?id=9832
Issue ID: 9832 Summary: back-monitor crash when sizelimit in operation 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: ---
If a back-monitor search gets a failure in send_search_entry(), e.g. due to sizelimit being reached, a pending server pause, etc., it will try to call monitor_cache_release( mi, e ) where e == NULL instead of the correct entry to release.
https://bugs.openldap.org/show_bug.cgi?id=9832
Ondřej Kuzník ondra@mistotebe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |ondra@mistotebe.net Version|unspecified |2.6.0 Status|UNCONFIRMED |IN_PROGRESS See Also| |https://bugs.openldap.org/s | |how_bug.cgi?id=9620 Ever confirmed|0 |1
--- Comment #1 from Ondřej Kuzník ondra@mistotebe.net --- A bug introduced when fixing ITS#9620.
https://git.openldap.org/openldap/openldap/-/merge_requests/520
https://bugs.openldap.org/show_bug.cgi?id=9832
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Target Milestone|--- |2.6.2
https://bugs.openldap.org/show_bug.cgi?id=9832
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|IN_PROGRESS |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- RE26:
• b297111e by Ondřej Kuzník at 2022-04-27T15:50:26+00:00 ITS#9832 Reset e back to the entry we need to release
https://bugs.openldap.org/show_bug.cgi?id=9832
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED
https://bugs.openldap.org/show_bug.cgi?id=9832
Ondřej Kuzník ondra@mistotebe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.openldap.org/s | |how_bug.cgi?id=10042