]> git.sur5r.net Git - openldap/commit
Change overlapping `strcpy( x, y )' to `SAFEMEMCPY( x, y, strlen( y ) + 1 )'
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 27 Dec 1998 02:00:08 +0000 (02:00 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 27 Dec 1998 02:00:08 +0000 (02:00 +0000)
commitc3a692787c4c5f31feaddf289e2735cd723501b7
tree8b7174df19a132d0daed128d315136047c80064d
parent1d718296b4d55b31c4010ac244fcf2ba0165599b
Change overlapping `strcpy( x, y )' to `SAFEMEMCPY( x, y, strlen( y ) + 1 )'
libraries/libldap/tmplout.c
servers/slapd/config.c
servers/slapd/tools/ldapsyntax.c
servers/slurpd/config.c