https://bugs.openldap.org/show_bug.cgi?id=9308
Issue ID: 9308 Summary: slapo-allow contrib module increments uninitialized variable Product: OpenLDAP Version: 2.4.51 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: contrib Assignee: bugs@openldap.org Reporter: quanah@openldap.org Target Milestone: ---
Line 335 declares "i" with no default value
line 345 increments it
Need to fix the for loop at 339 to ensure it is initialized before incrementation