Skip to content
Snippets Groups Projects
Commit a0de1960 authored by Martin Bickel's avatar Martin Bickel Committed by Serge Lamikhov-Center
Browse files

Check for errors when loading segments

parent 87824710
No related branches found
No related tags found
No related merge requests found
......@@ -142,9 +142,8 @@ class elfio
}
load_sections( stream );
load_segments( stream );
return true;
bool is_still_good = load_segments( stream );
return is_still_good;
}
//------------------------------------------------------------------------------
......
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