[PATCH] D41270: Fix buffer overrun in WindowsResourceCOFFWriter::writeSymbolTable()
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 11:41:47 PST 2017
ruiu added a comment.
I think this is where we should use snprintf to write directly to Symbol->Name.ShortName.
https://reviews.llvm.org/D41270
More information about the llvm-commits
mailing list