]> git.sur5r.net Git - openldap/commit
first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather...
authorPierangelo Masarati <ando@openldap.org>
Sat, 29 Sep 2007 17:55:33 +0000 (17:55 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 29 Sep 2007 17:55:33 +0000 (17:55 +0000)
commit2de9d97ad2cee5aa517e9ad025efe7f82f5098c1
treeca6c71ab59890120565374de5c1b6012e6e8c1e2
parente4036af0c859c86266c1004d3957228344a7fc15
first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred.  In some cases, error handling could be added. Please note: no real error in the code was found so far, apart from that in syncprov.c and from some config-time error logging; however, errors could slip thru again if things don't change consistently
servers/slapd/overlays/accesslog.c
servers/slapd/overlays/collect.c
servers/slapd/overlays/dynlist.c
servers/slapd/overlays/pcache.c
servers/slapd/overlays/syncprov.c
servers/slapd/overlays/translucent.c
servers/slapd/overlays/unique.c
servers/slapd/overlays/valsort.c
servers/slapd/shell-backends/passwd-shell.c
servers/slapd/slapi/plugin.c
servers/slapd/slapi/slapi_utils.c