Previously we just crashed when had user defined
section .shstrtab, for example. Which name equals to synthetic one,
but have different type.
Testcase reveals an issue.
Differential D28559
[ELF] - Do not crash if user section has name equal to one of synthetic sections. grimar on Jan 11 2017, 4:54 AM. Authored by
Details Previously we just crashed when had user defined Testcase reveals an issue.
Diff Detail Event Timeline
|
If a section is a synthetic section, it's output will be something like
while if it is not, it will be something like
So, apparently they are inconsistent in quoting style. That's not good.