[PATCH] D38034: [ELF] - Fix segfault when processing .eh_frame.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 12:45:52 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
This is a pretty bad bug, I was a bit surprised that it doesn't crash except the situation described in https://bugs.llvm.org/show_bug.cgi?id=34648. It could have been silently creating corrupted outputs, I guess. It seems scary.
https://reviews.llvm.org/D38034
More information about the llvm-commits
mailing list