Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
d479c9f8
Commit
d479c9f8
authored
Jun 02, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5542
parent
e53d79c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
d479c9f8
...
...
@@ -4,6 +4,7 @@ OpenLDAP 2.4.10 Engineering
Fixed libldap file descriptor leak with SELinux (ITS#5507)
Fixed libldap ld_defconn cleanup if it was freed (ITS#5518, ITS#5525)
Fixed libldap msgid handling (ITS#5318)
Fixed libldap t61 infinite loop (ITS#5542)
Fixed libldap_r missing stubs (ITS#5519)
Fixed slapd initialization of sr_msgid, rs->sr_tag (ITS#5461)
Fixed slapd missing termination of integerFilter keys (ITS#5503)
...
...
libraries/libldap/t61.c
View file @
d479c9f8
...
...
@@ -684,6 +684,8 @@ int ldap_utf8s_to_t61s( struct berval *src, struct berval *dst )
*
d
++
=
0x3f
;
break
;
}
i
+=
j
;
c
+=
j
;
}
*
d
=
'\0'
;
return
LDAP_SUCCESS
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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