https://bugs.openldap.org/show_bug.cgi?id=10484
Issue ID: 10484 Summary: lloadd operations_timeout/connection_timeout type confusion Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: lloadd Assignee: bugs@openldap.org Reporter: ondra@mistotebe.net Target Milestone: ---
connection_timeout reads unrelated stack memory passed in *arg (operations_timeout passed a time_t which is shorter than struct timeval).
Fix is coming