From: leeceeksdee <70331744+leeceeksdee@users.noreply.github.com> Date: Fri, 28 Aug 2020 17:11:02 +0000 (+0200) Subject: he -> they X-Git-Tag: v2.37-rc1~501^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ba9018b8502c1d28e80bb8eea0a4dfe3d8c2934;p=thirdparty%2Futil-linux.git he -> they --- 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. */