mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Disable symbol section size validation (temporary?)
This commit is contained in:
parent
58c625e409
commit
b6d1a84be0
@ -43,7 +43,8 @@ template <class S> class symbol_section_accessor_template
|
||||
{
|
||||
Elf_Xword nRet = 0;
|
||||
if ( 0 != symbol_section->get_entry_size() &&
|
||||
symbol_section->get_size() < symbol_section->get_stream_size() ) {
|
||||
true ) {
|
||||
// symbol_section->get_size() < symbol_section->get_stream_size() ) {
|
||||
nRet =
|
||||
symbol_section->get_size() / symbol_section->get_entry_size();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user