]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9935 slapd UTF8StringValidate: fix read past end of string
authorHoward Chu <hyc@openldap.org>
Thu, 20 Oct 2022 11:20:00 +0000 (12:20 +0100)
committerHoward Chu <hyc@openldap.org>
Thu, 20 Oct 2022 11:20:00 +0000 (12:20 +0100)
commit3991a0d191fef2c51803f7d01617baba07e3aa90
treec8e56d35ab2ae13245750cb2f12b67e1aa92acb1
parent04eded74fe0e4dd52c3676577f1bca789fc37499
ITS#9935 slapd UTF8StringValidate: fix read past end of string

Harmless, length check at end of routine would have returned an
error anyway.
servers/slapd/schema_init.c