bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] debian bugs #377330 #379393


From: Vladimir Suplin
Subject: [Bug-tar] debian bugs #377330 #379393
Date: Fri, 8 Sep 2006 17:33:35 +0200

Hi there.

Sorry if this issue has been already addressed  - I did not find anything.

It seems that there are bugs in 1.15.91 version in incremen.c:
function try_purge_directory

1) uninitialized variable stract stat st, as was correctly pointed
by Kurt Roeckx on tar debian bug page.
2) wrong file type check in
 || (*entry == 'D' && S_ISDIR (st.st_mode))
 || (*entry == 'Y' && !S_ISDIR (st.st_mode)))

I made a patch that fixes these problems.


Regards, Vladimir.

P.S The attached script fails on my i386 and amd64
machines.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377330
for more information.

Attachment: bug377330.patch
Description: Text Data

Attachment: sss
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]