aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/metadata_decoder.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-23Fix decoding of empty Metadata Blocks, that don't haveLasse Collin1-1/+3
2008-01-23Fix a bug related to 99e12af4e2b866c011fe0106cd1e0bfdcc8fe9c6.Lasse Collin1-6/+7
2008-01-23Fix decoding of Extra Records that have empty Data.Lasse Collin1-1/+12
2008-01-23Add the trailing '\0' to lzma_extra.data as the API headerLasse Collin1-1/+3
2008-01-23Fix Size of Header Metadata Block handling. NowLasse Collin1-0/+6
2008-01-23Fix a memory leak in metadata_decoder.c.Lasse Collin1-0/+1