3fd78bfab2
tightening sanity check of the input. [1] While I'm there also replace ed(1) with red(1) because we do not need the unrestricted functionality. [2] Obtained from: Bitrig [1], DragonFly [2] Security: CVE-2015-1418 [1]
13 lines
239 B
C
13 lines
239 B
C
/*-
|
|
* Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
|
|
* on July 29, 2003.
|
|
*
|
|
* $OpenBSD: pathnames.h,v 1.1 2003/07/29 20:10:17 millert Exp $
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
|
|
#include <paths.h>
|
|
|
|
#define _PATH_RED "/bin/red"
|