]> git.sur5r.net Git - openldap/commitdiff
note to developers
authorPierangelo Masarati <ando@openldap.org>
Tue, 20 Dec 2005 14:03:04 +0000 (14:03 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 20 Dec 2005 14:03:04 +0000 (14:03 +0000)
servers/slapd/syncrepl.c

index 0d05b951266cbc93b19ed39483e55222f6746a15..04e1010ef256ba6f0a04e498f852bbb4419ff7fe 100644 (file)
@@ -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 );