projects
/
platform
/
upstream
/
xz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad97483
)
Fix conflicting Subblock helper filter's ID.
author
Lasse Collin
<lasse.collin@tukaani.org>
Sat, 27 Sep 2008 20:49:24 +0000
(23:49 +0300)
committer
Lasse Collin
<lasse.collin@tukaani.org>
Sat, 27 Sep 2008 20:49:24 +0000
(23:49 +0300)
src/liblzma/common/common.h
patch
|
blob
|
history
diff --git
a/src/liblzma/common/common.h
b/src/liblzma/common/common.h
index
bb99984
..
275cf05
100644
(file)
--- a/
src/liblzma/common/common.h
+++ b/
src/liblzma/common/common.h
@@
-54,7
+54,7
@@
/// Internal helper filter used by Subblock decoder. It is mapped to an
/// otherwise invalid Filter ID, which is impossible to get from any input
/// file (even if malicious file).
-#define LZMA_FILTER_SUBBLOCK_HELPER
(LZMA_FILTER_RESERVED_START +
1)
+#define LZMA_FILTER_SUBBLOCK_HELPER
LZMA_VLI_C(0x700000000000000
1)
/// Supported flags that can be passed to lzma_stream_decoder()