From: Pierangelo Masarati Date: Tue, 20 Dec 2005 14:03:04 +0000 (+0000) Subject: note to developers X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~544 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e2fb0213ede809009f02a4ba59a59c430ae13821;p=openldap note to developers --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 0d05b95126..04e1010ef2 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -3187,6 +3187,8 @@ syncrepl_unparse( syncinfo_t *si, struct berval *bv ) char buf[BUFSIZ*2], *ptr; int i; + /* FIXME: we're not checking for buf[] overflow! */ + /* temporarily inhibit bindconf from printing URI */ uri = si->si_bindconf.sb_uri; BER_BVZERO( &si->si_bindconf.sb_uri );