commit | 773a57958ca2aecc631f9e0ffebe4e6ec194bb5b | [log] [tgz] |
---|---|---|
author | Nico Rieck <nico.rieck@gmail.com> | Wed Feb 26 19:51:44 2014 +0000 |
committer | Nico Rieck <nico.rieck@gmail.com> | Wed Feb 26 19:51:44 2014 +0000 |
tree | 673d4602fe29b720437529978775c4375504a31f | |
parent | 5645b363062392d0a84f508026d27c8bea76d994 [diff] |
Relax COFF string table check 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. llvm-svn: 202292