Disable debugging section.
This commit is contained in:
+1
-1
@@ -1131,7 +1131,7 @@ PackLinuxElf64::buildLinuxLoader(
|
|||||||
if (r != UPX_E_OK || h.sz_cpr >= h.sz_unc)
|
if (r != UPX_E_OK || h.sz_cpr >= h.sz_unc)
|
||||||
throwInternalError("loader compression failed");
|
throwInternalError("loader compression failed");
|
||||||
}
|
}
|
||||||
#if 1 //{ debugging only
|
#if 0 //{ debugging only
|
||||||
if (M_IS_LZMA(ph.method)) {
|
if (M_IS_LZMA(ph.method)) {
|
||||||
ucl_uint tmp_len = h.sz_unc; // LZMA uses this as EOF
|
ucl_uint tmp_len = h.sz_unc; // LZMA uses this as EOF
|
||||||
unsigned char *tmp = New(unsigned char, tmp_len);
|
unsigned char *tmp = New(unsigned char, tmp_len);
|
||||||
|
|||||||
Reference in New Issue
Block a user