]> git.sur5r.net Git - openldap/commit
Fix strval2strlen end-of-string check. Otherwise passing in a string
authorHoward Chu <hyc@openldap.org>
Wed, 8 Nov 2006 23:57:02 +0000 (23:57 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 8 Nov 2006 23:57:02 +0000 (23:57 +0000)
commit961f0ba1136c6fe2fb9631485b02a440d618b42d
tree60c342a6ad17a9797a984fd422606fb0208f2301
parentd3dc069a620f3510bc7f29c7b1a82a6d178a4276
Fix strval2strlen end-of-string check. Otherwise passing in a string
without string[len] == '\0' causes assert in ldap_dn2bv_x.
libraries/libldap/getdn.c