5d7f5588cd
nano is a small and easy-to-use editor in the fashion of pico
7 lines
233 B
Plaintext
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).
|