Fix Backport-relro_padding-entsize-fix test reproducer
This commit is contained in:
parent
8b1bcc91ef
commit
3efa80f3f1
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
|
@ -16,6 +16,7 @@ rlJournalStart
|
|||
|
||||
rlPhaseStartTest
|
||||
rlRun "objcopy $TmpDir/libclang.so.18.1 $TmpDir/libclang.so.18.1.copy"
|
||||
rlRun "readelf --section-headers $TmpDir/libclang.so.18.1"
|
||||
rlRun -s "readelf --section-headers $TmpDir/libclang.so.18.1.copy"
|
||||
rlAssertEquals "entsize has expected value" "00" "$(grep -E '.relro_padding' "$rlRun_LOG" | awk '{print $7}')"
|
||||
rlPhaseEnd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue