]> git.pld-linux.org Git - packages/tar.git/commitdiff
- fix suspended tar with compression over pipe produces error (patch from rawhide).
authorkloczek <kloczek@pld-linux.org>
Tue, 28 Aug 2001 08:36:53 +0000 (08:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tar-error.patch -> 1.1

tar-error.patch [new file with mode: 0644]

diff --git a/tar-error.patch b/tar-error.patch
new file mode 100644 (file)
index 0000000..4be8770
--- /dev/null
@@ -0,0 +1,15 @@
+--- tar-1.13.19/src/incremen.c.sux     Thu May 17 14:16:47 2001
++++ tar-1.13.19/src/incremen.c Thu May 17 14:17:00 2001
+@@ -182,8 +182,11 @@
+     struct directory *directory; /* for checking if already already seen */
+     enum children children;
++    if (! dirp) {
+-    if (! dirp)
+       savedir_error (path);
++      errno = 1;
++      return NULL;
++    }
+     errno = 0;
+     name_buffer_size = strlen (path) + NAME_FIELD_SIZE;
This page took 0.074507 seconds and 4 git commands to generate.