• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name: LZMA SDK
2Short Name: lzma
3URL: http://www.7-zip.org/sdk.html
4Version: 9.20
5Security Critical: yes
6License: Public domain
7
8Description:
9This contains a part of LZMA SDK 9.20.
10
11Only the C code required to open 7z archive files and uncompress LZMA
12compression has been included. The project files have been rewritten to use
13proper file paths and generate a static lib.
14
15The patch in chromium.patch was applied to CpuArch.c to fix compile error on
1632bit Linux (when compiled with -fPIC).
17
182013-06-14: The patch was updated to fix register corruption that can occur on
1964-bit platforms.
20
212013-07-17: The patch was updated to fix register clobbering that occurred on
22Mac builds (but in principle can occur anywhere).
23
24An #include <stdlib.h> needs to be added to CpuArch.h to avoid a warning on
25Win32.
26