Actions
Bug #4054
closeddis sometimes decides random symbols are functions
Start date:
2013-08-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
if dis_tgt_lookup() hits on the symcache, it never sets isfunc, which will the be stack garbage from dis_data().
It should also be initialized in dis_data(), for the case where we've found no symbol at all, and go with the section symbol.
Updated by Rich Lowe about 10 years ago
- Status changed from New to Resolved
- % Done changed from 80 to 100
Resolved in dc986d9
Actions