https://bugs.openldap.org/show_bug.cgi?id=10170
Issue ID: 10170 Summary: accesslog breaks if internal ops done in startup Product: OpenLDAP Version: 2.5.17 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: overlays Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
If some other overlay performs some internal operations in its db_open handler, before all DBs and overlays are fully initialized, and accesslog_response is invoked, it may crash if its logDB hasn't been initialized yet.
https://bugs.openldap.org/show_bug.cgi?id=10170
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |TEST
--- Comment #1 from Howard Chu hyc@openldap.org --- Fixed in af877238e95252a31ec8076fa1069a0778db795b in master, but the surrounding lines are different in RE25 so will have to be fixed manually there.
https://bugs.openldap.org/show_bug.cgi?id=10170
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.5.18
https://bugs.openldap.org/show_bug.cgi?id=10170
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review |
https://bugs.openldap.org/show_bug.cgi?id=10170
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• af877238 by Howard Chu at 2024-02-07T17:02:52+00:00 ITS#10170 accesslog: skip response if not fully initialized yet
RE26:
• 68cba1f4 by Howard Chu at 2024-02-15T18:05:37+00:00 ITS#10170 accesslog: skip response if not fully initialized yet
https://bugs.openldap.org/show_bug.cgi?id=10170
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- RE25:
• 321a6b33 by Howard Chu at 2024-02-15T19:37:49+00:00 ITS#10170 accesslog: skip response if not fully initialized yet
https://bugs.openldap.org/show_bug.cgi?id=10170
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED