Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
6bfe37bd
Commit
6bfe37bd
authored
Jan 18, 2002
by
Howard Chu
Browse files
In UTF8StringValidate, 1-byte chars are already validated
parent
89abf8bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
6bfe37bd
...
...
@@ -500,9 +500,7 @@ UTF8StringValidate(
return
LDAP_INVALID_SYNTAX
;
}
case
1
:
if
(
u
[
0
]
>=
0xFE
)
{
return
LDAP_INVALID_SYNTAX
;
}
/* CHARLEN already validated it */
break
;
default:
return
LDAP_INVALID_SYNTAX
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment