readelf group errors/warnings
I noticed that one of the readelf errors stopped processing of further group sections. This patch makes readelf continue on to other groups, like it does with the other errors. * readelf.c (process_section_groups): Continue processing groups when sh_entsize exceeds group size.
This commit is contained in:
parent
ce5aecf873
commit
61dd8e19a8
2 changed files with 6 additions and 1 deletions
|
@ -6875,7 +6875,7 @@ process_section_groups (Filedata * filedata)
|
|||
printable_section_name (filedata, section),
|
||||
(unsigned long) section->sh_entsize,
|
||||
(unsigned long) section->sh_size);
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
start = (unsigned char *) get_data (NULL, filedata, section->sh_offset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue