Actions
Bug #6850
closedfake_elf() should cope with missing DT_HASH
Start date:
2016-03-30
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Currently, there are some LX ELF objects – notably (apparently?) node modules – that don't have a DT_HASH section. This missing DT_HASH section should not prevent us from interpreting other valuable sections like the DT_SYMTAB.
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
git commit 044d68fe853b07e9e4ff16d7aecb76fefd609ab5
commit 044d68fe853b07e9e4ff16d7aecb76fefd609ab5 Author: Bryan Cantrill <bryan@joyent.com> Date: 2016-04-10T17:16:48.000Z 6850 fake_elf() should cope with missing DT_HASH Reviewed by: Richard PALO <richard@netbsd.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions