]> granicus.if.org Git - sudo/commit
In estrdup(), do the malloc ourselves so we don't need to rely on the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 6 Apr 1999 17:55:01 +0000 (17:55 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 6 Apr 1999 17:55:01 +0000 (17:55 +0000)
commit0d67007d1b6076fc2720f503cf9aa78e658a4729
tree6dbb3c5d880ef2f1fa9e62ce33af2bfd41f9f593
parent29523f34945a1499dcb5b17f740fec9e23a6b883
In estrdup(), do the malloc ourselves so we don't need to rely on the
system strdup(3) which may or may not exist.  There is now no need to
provide strdup() for those w/o it.  Also, the prototype for estrdup()
was wrong, it returns char * and its param is const.
CHANGES
Makefile.in
alloc.c
config.h.in
configure
configure.in
strdup.c [deleted file]
sudo.h