]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 25 Oct 2022 16:05:53 +0000 (16:05 +0000)
commit107fa930551856ce6467411cea0b6d64d92a4eed
tree74afd8a43ca4f2bbd80acc1ce7fc41dbac515843
parentd9c711b2663d64a5c2acc9edeaacda9e27c12919
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