Bug #5547
libproc's fake_elf should give up if there's no .hash
Start date:
2015-01-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
As implemented currently, libproc's fake_elf cannot operate without a valid .hash section. It should give up quickly if it doesn't get one, rather than crash.
Updated by Electric Monk almost 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit de1f518f033a642fe7aa3c2b59429241a01e387f
commit de1f518f033a642fe7aa3c2b59429241a01e387f Author: Richard Lowe <richlowe@richlowe.net> Date: 2015-01-27T16:13:13.000Z 5547 libproc's fake_elf should give up if there's no .hash Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Adam Leventhal <adam.leventhal@delphix.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>