aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lzma/lzma_literal.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-06-19Add limit of lc + lp <= 4. Now we can allocate theLasse Collin1-31/+8
literal coder as part of the main LZMA encoder or decoder structure. Make the LZMA decoder to rely on the current internal API to free the allocated memory in case an error occurs.
2007-12-09Imported to git.Lasse Collin1-0/+74