[PATCH] D41270: Fix buffer overrun in WindowsResourceCOFFWriter::writeSymbolTable()

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 19:51:54 PST 2017


inglorion added a comment.

I'll see if I can cook up a test for this tomorrow; basically we need to look at the generated symbol names and see that they match \$R......, where the last 6 bytes match the last 6 bytes of the symbol's value, encoded in hexadecimal.


https://reviews.llvm.org/D41270





More information about the llvm-commits mailing list