Bruce Evans writes:
>There's a similar potential hole in mkdep. This hole is a bit larger
>than the one for the race in mktemp(). No one runs `make depend' or
>compiles things as root on public machines, right? ;-)
TMP=_mkdep$$ should fix the problem - it put the temp files into the
current working directory. The source tree or object tree
should not be world writable ;-)
Wolfram