When e_shstrndx is equal to SHN_XINDEX,
the index of the section string table section should
be taken from zero section sh_link field.
If sh_link is broken, e.g. contains an index that is
larger than number of sections, then error is reported.
This error message was untested before.