[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-06-26 Thread Launchpad Bug Tracker
This bug was fixed in the package libtar - 1.2.20-3ubuntu0.1

---
libtar (1.2.20-3ubuntu0.1) trusty-proposed; urgency=high

  [ Magnus Holmgren ]
  * no_maxpathlen.patch: Half of the part of the patch modifying
compat/dirname.c was missing, causing libtar's dirname to always
return NULL (except in special circumstances). Actually make it work
(Closes: #745352). (The reason that libtar doesn't use libc's
dirname() and basename() on some or most platforms is that the code
doesn't work with destructive versions of these functions). (LP: #1315742)
 -- Brian Murray br...@ubuntu.com   Thu, 19 Jun 2014 11:44:33 -0700

** Changed in: libtar (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-06-22 Thread Jose Luis Rivero
I tested the new package for the amd64 arch and it fixes the bug for me.
Thanks Brian, Collin.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-06-19 Thread Jose Luis Rivero
Thanks Brian, I've wrote a small testing case that should segfault with
current libtar 1.2.20-3 but should work with the patch 1.2.20-4

 - Compile: gcc foo.c -ltar -o foo
 - Run ./foo any_tarfile

It will uncompress the contents in the /tmp directory.
Let me know if you need anything else.

** Attachment added: Test case for libtar segfault
   
https://bugs.launchpad.net/ubuntu/+source/libtar/+bug/1315742/+attachment/4134973/+files/foo.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-06-19 Thread Jose Luis Rivero
We successfully aplied the following patch to generate an own version
(1.2.20-4~osrf1) that fixes the problem.

** Patch added: Backport of libtar_1.2.20-4 to trusty
   
https://bugs.launchpad.net/ubuntu/+source/libtar/+bug/1315742/+attachment/4135049/+files/libtar-4_backport.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-06-19 Thread Brian Murray
I've uploaded the Utopic version of libtar to the Trusty proposed queue
for review by an SRU team member.

** Changed in: libtar (Ubuntu Trusty)
   Status: Triaged = In Progress

** Changed in: libtar (Ubuntu Trusty)
 Assignee: (unassigned) = Brian Murray (brian-murray)

** Description changed:

+ [Test Case]
+ 1) Download the sample program from comment #7
+ 2) Compile the program (gcc foo.c -ltar -o foo
+ 3) Run ./foo any-tarfile
+ 
+ Using the version of libtar from Trusty (1.2.20-3) the foo program will
+ crash.  Using the version of libtar from trusty-proposed
+ (1.2.20-3ubuntu0.1) it should not.
+ 
  Description:Ubuntu 14.04 LTS
  Release:14.04
  
  libtar0:
-   Installed: 1.2.19-1   (working)
-   Candidate: 1.2.20-3   (segfaults)
+   Installed: 1.2.19-1   (working)
+   Candidate: 1.2.20-3   (segfaults)
  
  I stumbled over this bug when trying to use Stopmotion. It segfaulted when 
trying to load a project file.
  I debugged it and ended up at 'tar_extract_all'.
  Stopmotion worked well again when I downgraded libtar to 1.2.19-1 from saucy.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-06-19 Thread Colin Watson
Hello TimJ, or anyone else affected,

Accepted libtar into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/libtar/1.2.20-3ubuntu0.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: libtar (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-06-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/libtar

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-06-18 Thread Brian Murray
** Also affects: libtar (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: libtar (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: libtar (Ubuntu Trusty)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-06-18 Thread Brian Murray
As a part of the Stable Release Update process
(https://wiki.ubuntu.com/StableReleaseUpdates#Procedure) this bug will
need a test case so we can be verify that the bug is in fact fixed by
the new version of the package.  Could someone please provide a test
case?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-05-15 Thread Jose Luis Rivero
I've created a new bug to handle the process of backporting the fix:
https://bugs.launchpad.net/ubuntu/+source/libtar/+bug/1319809

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-05-13 Thread Jose Luis Rivero
** Also affects: trusty-backports
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-05-13 Thread Felix Geyer
Seems like a good candidate for a stable release update, not for
backports.

** Changed in: trusty-backports
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-05-13 Thread Tully
As the current released version is crashing it does suggest it warrants
a release into the regular repos.

What's the correct way to reopen this for trusty since it looks like all
Affected elements are closed at the moment?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-05-08 Thread Jose Luis Rivero
** Tags added: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtar/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-05-07 Thread Jose Luis Rivero
Thanks for patch. I can see the version patched in Ubuntu Utopic but the
bug is still present in the current version of Trusty (1.2.20-3):

 - http://packages.ubuntu.com/trusty/libtar0

Is there anything that stop the inclussion of the fix into the Trusty 
distribution?
Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtar/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-05-05 Thread Magnus Holmgren
** Changed in: libtar (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtar/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-05-03 Thread Magnus Holmgren
Funny; after three months, this bug was reported to both Debian and
Ubuntu almost simultaneously. It should be fixed in 1.2.20-4 in Debian;
hopefully someone will pull it from there.

** Bug watch added: Debian Bug tracker #745352
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745352

** Also affects: libtar (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745352
   Importance: Unknown
   Status: Unknown

** Changed in: libtar (Ubuntu)
 Assignee: (unassigned) = Magnus Holmgren (holmgren)

** Changed in: libtar (Ubuntu)
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtar/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315742] Re: Segmentation fault on tar_extract_all in 14.04/1.2.20-3

2014-05-03 Thread Bug Watch Updater
** Changed in: libtar (Debian)
   Status: Unknown = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315742

Title:
  Segmentation fault on tar_extract_all in 14.04/1.2.20-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtar/+bug/1315742/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs