]> 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:15:08 +0000 (02:15 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 27 Dec 1998 02:15:08 +0000 (02:15 +0000)
commit521f6cfda933541af2e6a933e8c970f77dee9833
tree03f593aa21dbd06a193ae2cce9b5575f205e3ac9
parentc3a692787c4c5f31feaddf289e2735cd723501b7
Change overlapping `strcpy( x, y )' to `SAFEMEMCPY( x, y, strlen( y ) + 1 )'
clients/tools/ldapmodify.c
libraries/libldap/ufn.c