Extra space to force "git commit" to force rebuild for tagging Issue

https://github.com/upx/upx/issues/577
	modified:   p_lx_elf.cpp
This commit is contained in:
John Reiser 2022-05-30 15:19:18 -07:00 committed by Markus F.X.J. Oberhumer
parent 717150b7f3
commit c1311c78a3
1 changed files with 1 additions and 1 deletions

View File

@ -5707,7 +5707,7 @@ PackLinuxElf64::invert_pt_dynamic(Elf64_Dyn const *dynp, upx_uint64_t headway)
};
unsigned dt_offsets[sizeof(dt_names)/sizeof(dt_names[0])];
unsigned n_off = 0, k;
for (unsigned j=0; ((k = dt_names[j]), k); ++j) {
for (unsigned j=0; ((k = dt_names[j]), k); ++j) {
dt_offsets[n_off] = 0; // default to "not found"
if (k < DT_NUM) { // in range of easy table
if (dt_table[k]) { // present now