Skip to content

Commit a344645

Browse files
committed
disable fix to see if any test fails
1 parent 8aeb430 commit a344645

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/patchelf.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,8 @@ void ElfFile<ElfFileParamNames>::rewriteSectionsLibrary()
875875
wri(phdr.p_vaddr, wri(phdr.p_paddr, startPage));
876876
wri(phdr.p_filesz, wri(phdr.p_memsz, neededSpace));
877877
wri(phdr.p_flags, PF_R | PF_W);
878-
wri(phdr.p_align, alignStartPage);
878+
//wri(phdr.p_align, alignStartPage);
879+
wri(phdr.p_align, getPageSize());
879880

880881

881882
normalizeNoteSegments();

0 commit comments

Comments
 (0)