]> 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 06:29:45 +0000 (06:29 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 27 Dec 1998 06:29:45 +0000 (06:29 +0000)
commit8d5bcf056d210c6b90ac44417cc4d96aa0d1622d
tree27eba7deb045cb166f1970773acf30196f9c877c
parentd59de0c50f0bcc1530758bcbc5ccf662da43e513
Change overlapping `strcpy( x, y )' to `SAFEMEMCPY( x, y, strlen( y ) + 1 )'
clients/ud/print.c
clients/ud/util.c