Skip to content
Snippets Groups Projects
Commit e662e418 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

revised to use .got.plt only if it exists

Former-commit-id: 351425ecc25ea766275bb77cbbcaccd16f6c19b8
parent cdbf2e0b
No related branches found
No related tags found
No related merge requests found
......@@ -287,8 +287,8 @@ class CreateFunctions_t
}
const auto gotPltSec=exeio.sections[endSecName];
assert(gotPltSec!=NULL);
addRange(gotPltSec->get_address(),gotPltSec->get_size());
if(gotPltSec!=NULL)
addRange(gotPltSec->get_address(),gotPltSec->get_size());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment