Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
4f61f428
Commit
4f61f428
authored
Jan 06, 2017
by
Howard Chu
Browse files
ITS#8558 fix mdb_load with escaped plaintext
parent
14cff072
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb_load.c
View file @
4f61f428
...
...
@@ -248,7 +248,8 @@ badend:
c2
+=
2
;
}
}
else
{
c1
++
;
c2
++
;
/* copies are redundant when no escapes were used */
*
c1
++
=
*
c2
++
;
}
}
}
else
{
...
...
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