https://bugs.openldap.org/show_bug.cgi?id=10015
Issue ID: 10015 Summary: Config File KEEPALIVE_IDLE KEEPALIVE_PROBES KEEPALIVE_INTERVAL parser does random memory write Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: sean@teletech.com.au Target Milestone: ---
In openldap/libraries/libldap/init.c: [master branch]
The Config File integers KEEPALIVE_IDLE KEEPALIVE_PROBES KEEPALIVE_INTERVAL Should be struct ol_attribute.type ATTR_OPT_INT rather than ATTR_INT. ATTR_INT interprets struct ol_attribute.offset as a pointer to integer. ATTR_OPT_INT interprets struct ol_attribute.offset as an option number to be passed to ldap_set_option()
https://bugs.openldap.org/show_bug.cgi?id=10015
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |TEST
--- Comment #1 from Howard Chu hyc@openldap.org --- Thanks, fixed in master
https://bugs.openldap.org/show_bug.cgi?id=10015
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |hyc@openldap.org Target Milestone|--- |2.5.15
https://bugs.openldap.org/show_bug.cgi?id=10015
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review |
https://bugs.openldap.org/show_bug.cgi?id=10015
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 96822299 by Howard Chu at 2023-02-22T11:33:16+00:00 ITS#10015 libldap: fix KEEPALIVE opts from ITS#9490
RE26:
• af3f6f14 by Howard Chu at 2023-04-27T15:04:45+00:00 ITS#10015 libldap: fix KEEPALIVE opts from ITS#9490
RE25:
• 64eb6c34 by Howard Chu at 2023-04-27T15:05:46+00:00 ITS#10015 libldap: fix KEEPALIVE opts from ITS#9490
https://bugs.openldap.org/show_bug.cgi?id=10015
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED