NetBSD/usr.bin/su
christos 36dc48ce6e Amazing how this worked for so long. setenv(3) expects environ(7) to be
a malloc'ed pointer and it tries to realloc(3) it if it had to grow it
before. su(1) gave it a pointer from the stack which caused realloc to
core dump.
1999-08-29 04:21:55 +00:00
..
Makefile optionally include CRYPTOPATH Makefile.frag files. 1999-07-20 09:35:18 +00:00
su.1 Bring $PATH information in sync with _PATH_DEFPATH. 1999-05-02 18:35:30 +00:00
su.c Amazing how this worked for so long. setenv(3) expects environ(7) to be 1999-08-29 04:21:55 +00:00