| Summary: | unxz does not handle multiple xz streams on input | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Michael Tokarev <mjt+busybox> |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Michael Tokarev
2012-12-20 08:14:21 UTC
Fixed in git: commit 380c8a0763462692eef8d00df4872a561ff7aa7b Author: Lasse Collin <lasse.collin@tukaani.org> Date: Wed Feb 27 17:26:40 2013 +0100 xz: support concatenated .xz streams function old new delta xz_dec_reset - 77 +77 unpack_xz_stream 2402 2397 -5 Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |