Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/
-
trunk/
-
ELF/
-
InputFiles.cpp
-
test/elf2/
-
elf2/
-
Inputs/
-
invalid-shentsize-zero.elf
-
invalid-elf.test
Hide Panel
f
Keyboard Reference
?
Differential
D14451
[ELF2] - Fixed crash for case when section sh_entsize is set to zero for SHF_MERGE type of sections.
Closed
Public
Authored by
grimar
on Nov 6 2015, 9:01 AM.
Download Raw Diff
Details
Reviewers
ruiu
•
rafael
Commits
rG564da7ee8733: [ELF2] - Fixed crash for case when section sh_entsize is set to zero for…
rLLD252454: [ELF2] - Fixed crash for case when section sh_entsize is set to zero for…
rL252454: [ELF2] - Fixed crash for case when section sh_entsize is set to zero for…
Summary
Fixed crash for incorrect elf input, bfd does not crash btw.
Diff Detail
Repository
rL LLVM
Event Timeline
grimar
updated this revision to
Diff 39546
.
Nov 6 2015, 9:01 AM
grimar
retitled this revision from
to
[ELF2] - Fixed crash for case when section sh_entsize is set to zero for SHF_MERGE type of sections.
.
grimar
updated this object.
grimar
added reviewers:
ruiu
,
•
rafael
.
grimar
added subscribers:
llvm-commits
,
grimar
.
•
rafael
edited edge metadata.
Nov 6 2015, 1:14 PM
•
rafael
added a subscriber:
•
rafael
.
Comment Actions
LGTM
Closed by commit
rL252454: [ELF2] - Fixed crash for case when section sh_entsize is set to zero for…
(authored by
grimar
).
·
Explain Why
Nov 9 2015, 12:43 AM
This revision was automatically updated to reflect the committed changes.
ruiu
edited edge metadata.
Nov 9 2015, 12:14 PM
Comment Actions
LGTM