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

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 11:37:21 PST 2017


zturner added a comment.

Can you still get rid of the `sprintf`?  I don't think we should be using this function in production code honestly.


https://reviews.llvm.org/D41270





More information about the llvm-commits mailing list