[PATCH] Relax COFF string table check

Nico Rieck nico.rieck at gmail.com
Sun Feb 23 02:38:25 PST 2014


COFF object files with 0 as string table size are currently rejected.
This prevents us from reading object files written by tools like cvtres
that violate the PECOFF spec and write 0 instead of 4 for the size of an
empty string table.

-Nico
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 3055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140223/5bf08bc4/attachment.bin>


More information about the llvm-commits mailing list