]> err.no Git - util-linux/commit
more: fix file descriptor leak
authorKarel Zak <kzak@redhat.com>
Tue, 2 Jan 2007 23:28:02 +0000 (00:28 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 4 Jan 2007 13:40:00 +0000 (14:40 +0100)
commit8271f58d5122e2c8a9a68653767d6ca50692040c
tree232d2e7749054ce00cd0563cdc118eb9c72b7cc7
parentd057115966720db64c3fbf7b2f3821709fe0a08c
more: fix file descriptor leak

When you view a file with the more command and run a shell, the file descriptor
for reading the file is leaked to that process.

To test, more any file. Then do !/bin/sh. At the prompt do "ls -l /proc/$$/fd"
and you'll see the leaked fd.

From: Steve Grubb <sgrubb@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/more.c