[PATCH] D22750: Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not present.

Marek Milkovič via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 07:25:47 PDT 2016


milkovic added a comment.

I can't really give you step by step guide on how to create the files like that, because this file was given to me to analyze, so I don't really know the source of the file. You can find the file in the attachment. F2208838: Driver.o <https://reviews.llvm.org/F2208838>

Other tools have no problems with this file, but when processing it with LLVM, I run into issues with wrong section headers. I have not yet found the file where this change would cause problems.


https://reviews.llvm.org/D22750





More information about the llvm-commits mailing list