]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9068 fix backslash escaping
authorHoward Chu <hyc@openldap.org>
Mon, 26 Aug 2019 16:51:53 +0000 (17:51 +0100)
committerHoward Chu <hyc@openldap.org>
Mon, 26 Aug 2019 16:55:23 +0000 (17:55 +0100)
commit239d5cd82ba9d9207fec24de2c50a16fc415d6a4
tree3f8d41d51401a9f7233b1d57645d9b4a660464c3
parent0c357cc88a00bda03aa4a982fc227a5872707df2
ITS#9068 fix backslash escaping

mdb_load wasn't properly inserting escaped backslashes into the data.
mdb_dump wasn't escaping backslashes when generating printable output.
libraries/liblmdb/mdb_dump.c
libraries/liblmdb/mdb_load.c