Check for section_end in r_flag_get_i2

This commit is contained in:
alvarofe 2017-04-02 12:49:33 +02:00
parent 643267ab67
commit ea9b43fa11

View File

@ -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;