Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 574755 Details for
Bug 809351
7za fails to decompress some bz2 files
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch fixing the problem
p7z-diff (text/plain), 513 bytes, created by
Mikolaj Izdebski
on 2012-04-03 07:31:47 UTC
(
hide
)
Description:
patch fixing the problem
Filename:
MIME Type:
Creator:
Mikolaj Izdebski
Created:
2012-04-03 07:31:47 UTC
Size:
513 bytes
patch
obsolete
>diff -U2 --recursive p7zip-9.20.1~dfsg.1-orig/CPP/7zip/Compress/BZip2Const.h p7zip-9.20.1~dfsg.1/CPP/7zip/Compress/BZip2Const.h >--- p7zip-9.20.1~dfsg.1-orig/CPP/7zip/Compress/BZip2Const.h 2011-04-01 21:14:01.000000000 +0200 >+++ p7zip-9.20.1~dfsg.1/CPP/7zip/Compress/BZip2Const.h 2011-08-26 23:02:13.875553327 +0200 >@@ -46,5 +46,5 @@ > > const int kNumSelectorsBits = 15; >-const UInt32 kNumSelectorsMax = (2 + (kBlockSizeMax / kGroupSize)); >+const UInt32 kNumSelectorsMax = 32767; > > const int kRleModeRepSize = 4;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 809351
:
574753
| 574755