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
https://bugs.openldap.org/show_bug.cgi?id=9308
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|2.4.51 |2.4.50 Target Milestone|--- |2.4.51
https://bugs.openldap.org/show_bug.cgi?id=9308
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- Commits: • 1b3fcd4e by Quanah Gibson-Mount at 2020-08-05T23:06:49+00:00 ITS#9308 - ensure "i" is initialized
https://bugs.openldap.org/show_bug.cgi?id=9308
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- RE24:
Commits: • eb3ef333 by Quanah Gibson-Mount at 2020-08-05T23:08:34+00:00 ITS#9308
https://bugs.openldap.org/show_bug.cgi?id=9308
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED