Actions
Bug #3450
closedelfdump crashes on non-Solaris/Linux objects
Start date:
2013-01-05
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
An object not from Solaris or Linux won't be inspected for possible version sections. Because the version information is only initialized if we expect to inspect a section but is referred to in general, we'll then crash in init_symtbl_state loading versym->cache.
We need to initialize the version stuff correctly, always.
Updated by Rich Lowe over 10 years ago
- Status changed from New to Resolved
- % Done changed from 80 to 100
Resolved in 8a8ef76
Actions