On Friday 05 of February 2010 11:15:50 Sergey Poznyakoff wrote:
> Kamil Dudka <[email protected]> ha escrit:
> > As for the tar-1.22-xheader-leak.patch you posted off-list today, we have
> > the same patch in Fedora, not yet looked if it has reached this
> > mailing-list or not.
>
> No, it has not. What was it?

I am attaching it now. It's a patch for:

https://bugzilla.redhat.com/518079

Kamil
diff -urNp tar-1.22-orig/src/xheader.c tar-1.22/src/xheader.c
--- tar-1.22-orig/src/xheader.c	2009-11-23 15:29:22.000000000 +0100
+++ tar-1.22/src/xheader.c	2009-11-23 15:30:55.000000000 +0100
@@ -722,7 +722,6 @@ xheader_read (struct xheader *xhdr, unio
 {
   size_t j = 0;
 
-  xheader_init (xhdr);
   size += BLOCKSIZE;
   xhdr->size = size;
   xhdr->buffer = xmalloc (size + 1);

Reply via email to