git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a26ee60
)
bzip2/lzma: fix constant in decompress_inflate
author
H. Peter Anvin
<hpa@zytor.com>
Thu, 8 Jan 2009 23:09:12 +0000
(15:09 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Thu, 8 Jan 2009 23:09:12 +0000
(15:09 -0800)
Impact: Cleanup
Fix constant 0x8100 /* 32K */; according to Alain the value 0x8100 was
left over test code to test misalignment, the correct value is indeed
0x8000 == 32K.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
No differences found