1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/usr.bin/patch
Xin LI 3fd78bfab2 Fix shell injection vulnerability in patch(1) via ed(1) by
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]
2015-08-05 22:04:54 +00:00
..
backupfile.c
backupfile.h
common.h Fix shell injection vulnerability in patch(1) and drop SCCS 2015-07-28 19:58:36 +00:00
inp.c Fix shell injection vulnerability in patch(1) and drop SCCS 2015-07-28 19:58:36 +00:00
inp.h
Makefile
mkpath.c
patch.1
patch.c
pathnames.h Fix shell injection vulnerability in patch(1) via ed(1) by 2015-08-05 22:04:54 +00:00
pch.c Fix shell injection vulnerability in patch(1) via ed(1) by 2015-08-05 22:04:54 +00:00
pch.h
util.c
util.h