Fix eh frame relocation (#2109)

* Exclude .eh_frame
This commit is contained in:
jackcmay
2018-12-11 12:14:41 -08:00
committed by GitHub
parent 5847961fec
commit 935524f20c
4 changed files with 7 additions and 8 deletions

View File

@ -12,6 +12,7 @@ extern bool entrypoint(const uint8_t *input) {
SolClusterInfo info;
sol_log(__FILE__);
if (!sol_deserialize(input, ka, SOL_ARRAY_SIZE(ka), &ka_len, &data, &data_len, &info)) {
return false;
}