openbsd-ports/editors/nano/pkg/SECURITY
2000-11-19 17:38:16 +00:00

7 lines
215 B
Plaintext

$OpenBSD: SECURITY,v 1.2 2000/11/19 17:38:17 naddy Exp $
${WRKSRC}/nano.c (line 1303)
tempnam(3) is used to create a prefix for a temporary file. The
file is eventually opened safely with a call to mkstemp(3).