mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 12:27:40 +00:00
Check for section_end in r_flag_get_i2
This commit is contained in:
parent
643267ab67
commit
ea9b43fa11
@ -355,6 +355,9 @@ R_API RFlagItem *r_flag_get_i2(RFlag *f, ut64 off) {
|
||||
if (!strncmp (item->name, "section.", 8)) {
|
||||
continue;
|
||||
}
|
||||
if (!strncmp (item->name, "section_end.", 12)) {
|
||||
continue;
|
||||
}
|
||||
if (r_str_nlen (item->name, 5) > 4 &&
|
||||
item->name[3] == '.') {
|
||||
oitem = item;
|
||||
|
Loading…
x
Reference in New Issue
Block a user