| Summary: | busybox applet unlzma crashes | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Oliver Metz <oliver.metz> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
.config
decompress_unlzma.s decompress_unlzma.i |
||
|
Description
Oliver Metz
2009-09-06 10:42:00 UTC
Can you attach your .config and results of make archival/libunarchive/decompress_unlzma.i and make archival/libunarchive/decompress_unlzma.s commands? Created attachment 633 [details]
.config
Created attachment 635 [details]
decompress_unlzma.s
Created attachment 637 [details]
decompress_unlzma.i
I attached the requested files. The crash occurs with and without LZMA_FAST. Reproduced on x86_64 machine: # ./busybox unlzma <gcc-3.4.6-freetz-0.3.tar.lzma >gcc-3.4.6-freetz-0.3.tar; echo $? /bin/bash: line 1: 8183 Segmentation fault (core dumped) ./busybox unlzma < gcc-3.4.6-freetz-0.3.tar.lzma > gcc-3.4.6-freetz-0.3.tar 139 Works on 32-bit x86. The offending patch is reverted from trunk and from 1.15.x branch Fixed patch was re-applied to git and tested. |