https://bugs.openldap.org/show_bug.cgi?id=9393
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |WONTFIX
--- Comment #1 from Howard Chu hyc@openldap.org --- You should simply use ldap_pvt_put_filter and then free the result if you don't need it. Separating the parsing from the memory allocation that put_filter does isn't really feasible, since a lot of the validation occurs in ber_printf() itself.