openbsd-ports/editors/nano/pkg/SECURITY
naddy 5d7f5588cd initial import of nano 0.9.11; ok espie@
nano is a small and easy-to-use editor in the fashion of pico
2000-06-24 14:31:37 +00:00

7 lines
233 B
Plaintext

$OpenBSD: SECURITY,v 1.1.1.1 2000/06/24 14:31:38 naddy Exp $
${WRKSRC}/nano.c (lines 1045, 1095)
tempnam(3) is used safely to create a prefix for a temporary file. The
file is eventually opened safely with a call to mkstemp(3).