| Summary: | bunzip2: bunzip fails testsuite on s390x Conditional jump or move depends on uninitialised value(s) | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Dimitri John Ledkov <xnox> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.30.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Dimitri John Ledkov
2019-05-23 10:56:10 UTC
Fixed in git, lots of thanks! Nice! It is valgrind clean now, but the testsuite fails: $ ./bunzip2.tests PASS: bunzip2: doesnt exist PASS: bunzip2: unknown suffix PASS: bunzip2: already exists PASS: bunzip2: stream unpack PASS: bunzip2: delete src PASS: bunzip2: test_bz2 file PASS: bunzip2: pbzip_4m_zeros file PASS: bunzip2: bz2_issue_11.bz2 corrupted example FAIL: bunzip2: bz2_issue_12.bz2 corrupted example Maybe, now that this is fixed, the issue_12 expectation should be changed? It currently expects "bunzip2: bunzip error -3:1", yet we now generate "bunzip2: bunzip error -5:1" (just like issue_11 corrupted example) Test suite got fixed in master too, all is good: https://git.busybox.net/busybox/commit/?id=b2c123d484dbe261758f27ced213f4649173803b Thanks a lot for the quick fixes! Included in Ubuntu devel series. |