|
From: | Antonio Diaz Diaz |
Subject: | Re: [Bug-tar] Tar short read |
Date: | Tue, 27 Sep 2011 17:14:07 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
Paul Eggert wrote:
POSIX says that short reads are allowed only near end-of-file, or when signals arrive, or for pipes, FIFOs, and special files. They are not allowed while reading in the middle of a regular file,
Weren't GNU programs supposed to be free from such limitations[1]? For example GNU ddrescue will accept any number of short reads anywhere in the input file.
[1]http://www.gnu.org/prep/standards/html_node/Non_002dGNU-Standards.html"The GNU Project regards standards published by other organizations as suggestions, not orders. We consider those standards, but we do not "obey" them. In developing a GNU program, you should implement an outside standard's specifications when that makes the GNU system better overall in an objective sense. When it doesn't, you shouldn't."
[Prev in Thread] | Current Thread | [Next in Thread] |