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
Nadezhda Ivanova
OpenLDAP
Commits
66704f67
Commit
66704f67
authored
Aug 28, 1999
by
Hallvard Furuseth
Browse files
Catch \ at end of filter
parent
4d940929
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/search.c
View file @
66704f67
...
...
@@ -426,6 +426,8 @@ find_wildcard( char *s )
case
'\\'
:
s
++
;
/* skip over escape */
if
(
*
s
==
'\0'
)
return
NULL
;
/* escape at end of string */
if
(
hex2value
(
s
[
0
]
)
>=
0
&&
hex2value
(
s
[
1
]
)
>=
0
)
{
/* skip over lead digit of two hex digit code */
s
++
;
...
...
Write
Preview
Markdown
is supported
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