openbsd-ports/devel/ddd/pkg/SECURITY
espie 5c56db06a3 Fix tmpnam() holes in ddd.
Quick and dirty patches that do the job, a cleaner version
to contribute back to ddd's authors will appear shortly.
2000-10-30 13:54:50 +00:00

8 lines
304 B
Plaintext

$OpenBSD: SECURITY,v 1.1 2000/10/30 13:54:51 espie Exp $
There are lots of tmpnam() warnings in ddd.
Most are temporary files that are used locally.
A few are passed off to an external gnuplot process.
Fortunately, gnuplot has no compunction about writing over
an existing file, so those can be fixed.