https://bugs.openldap.org/show_bug.cgi?id=9741
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #2 from Howard Chu hyc@openldap.org --- (In reply to matthias.st.pierre from comment #1)
The potential out-of-bound read occurs in line 171 inside the loop:
https://git.openldap.org/openldap/openldap/-/blob/master/tests/progs/ldif- filter.c#L171
There is no out of bounds read, there is no bug here. The check at line 188 ensures that line_len will only be 0, 1, or 2 when it reaches 209.