A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via 5c012bbe033f9bbb273078b07dded59f080d348d (commit) from 332718f1487d5a08324b522716e2cc3915b5ffea (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 5c012bbe033f9bbb273078b07dded59f080d348d Author: Howard Chu hyc@openldap.org Date: Mon Aug 26 17:51:53 2019 +0100
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.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb_dump.c | 2 ++ libraries/liblmdb/mdb_load.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-)