From 3ba9018b8502c1d28e80bb8eea0a4dfe3d8c2934 Mon Sep 17 00:00:00 2001 From: leeceeksdee <70331744+leeceeksdee@users.noreply.github.com> Date: Fri, 28 Aug 2020 19:11:02 +0200 Subject: [PATCH] he -> they --- term-utils/ttymsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term-utils/ttymsg.c b/term-utils/ttymsg.c index 2aab69f106..b04687596e 100644 --- a/term-utils/ttymsg.c +++ b/term-utils/ttymsg.c @@ -85,7 +85,7 @@ ttymsg(struct iovec *iov, size_t iovcnt, char *line, int tmout) { /* The old code here rejected the line argument when it contained a '/', saying: "A slash may be an attempt to break security...". However, if a user can control the line argument here - then he can make this routine write to /dev/hda or /dev/sda + then they can make this routine write to /dev/hda or /dev/sda already. So, this test was worthless, and these days it is also wrong since people use /dev/pts/xxx. */ -- 2.47.2