summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/hcreate.c
AgeCommit message (Expand)Author
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2005-10-10fix a few warnings, keep the crypt stuff for later.Marc Espie
2005-08-08zap remaining rcsid.Marc Espie
2004-06-24Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.Todd C. Miller