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
59ac317d
Commit
59ac317d
authored
Jan 06, 2017
by
Howard Chu
Browse files
ITS#8558 fix mdb_load with escaped plaintext
parent
2e3eaf2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb_load.c
View file @
59ac317d
...
...
@@ -245,7 +245,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
.
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