hanchenye-llvm-project/lld/COFF
Rui Ueyama 9fa2813803 Do not access beyond the end of local symbols.
This patch resurrects code that was removed in r317007 to not access
beyond allocated memory for a symbol.

Differential Revision: https://reviews.llvm.org/D39458

llvm-svn: 317039
2017-10-31 21:26:42 +00:00
..
CMakeLists.txt [lld] unified COFF and ELF error handling on new Common/ErrorHandler 2017-10-25 22:28:38 +00:00
Chunks.cpp [lld] unified COFF and ELF error handling on new Common/ErrorHandler 2017-10-25 22:28:38 +00:00
Chunks.h [COFF] Don't error out on relocations to discarded sections in .eh_frame 2017-10-10 06:05:29 +00:00
Config.h [COFF] Merge Symbol and SymbolBody. 2017-10-31 16:10:24 +00:00
DLL.cpp Remove {get,set}Align accessor functions and use Alignment member variable instead. 2017-09-13 21:54:55 +00:00
DLL.h Revert "Merge IAT and ILT." 2017-06-02 18:49:38 +00:00
Driver.cpp [COFF] Merge Symbol and SymbolBody. 2017-10-31 16:10:24 +00:00
Driver.h COFF: Add type server pdb files to linkrepro tar file. 2017-10-20 19:48:26 +00:00
DriverUtils.cpp [lld] unified COFF and ELF error handling on new Common/ErrorHandler 2017-10-25 22:28:38 +00:00
ICF.cpp [lld] unified COFF and ELF error handling on new Common/ErrorHandler 2017-10-25 22:28:38 +00:00
InputFiles.cpp [COFF] Merge Symbol and SymbolBody. 2017-10-31 16:10:24 +00:00
InputFiles.h [COFF] Merge Symbol and SymbolBody. 2017-10-31 16:10:24 +00:00
LTO.cpp [COFF] Merge Symbol and SymbolBody. 2017-10-31 16:10:24 +00:00
LTO.h Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00
MapFile.cpp [lld] unified COFF and ELF error handling on new Common/ErrorHandler 2017-10-25 22:28:38 +00:00
MapFile.h COFF: Change the /lldmap output format to be more like the ELF linker. 2017-01-14 03:14:46 +00:00
MarkLive.cpp [COFF] Allow debug info to relocate against discarded symbols 2017-06-28 17:06:35 +00:00
Memory.h Remove lld/Support/Memory.h. 2016-12-18 14:06:06 +00:00
MinGW.cpp [lld] unified COFF and ELF error handling on new Common/ErrorHandler 2017-10-25 22:28:38 +00:00
MinGW.h [COFF] Avoid forward declaring StringSet, fix build 2017-10-19 20:19:16 +00:00
Options.td [COFF] Add support for /WX 2017-10-24 21:19:22 +00:00
PDB.cpp [COFF] Merge Symbol and SymbolBody. 2017-10-31 16:10:24 +00:00
PDB.h [LLD COFF/PDB] Incrementally update the build id. 2017-08-15 21:31:41 +00:00
README.md
Strings.cpp Fix build breakage. 2017-06-19 18:04:34 +00:00
Strings.h COFF: Define overloaded toString functions. 2016-12-07 23:17:02 +00:00
SymbolTable.cpp Do not access beyond the end of local symbols. 2017-10-31 21:26:42 +00:00
SymbolTable.h [COFF] Merge Symbol and SymbolBody. 2017-10-31 16:10:24 +00:00
Symbols.cpp [lld] unified COFF and ELF error handling on new Common/ErrorHandler 2017-10-25 22:28:38 +00:00
Symbols.h Remove a redundant union member. 2017-10-31 17:07:47 +00:00
Writer.cpp [COFF] Merge Symbol and SymbolBody. 2017-10-31 16:10:24 +00:00
Writer.h Remove Symtab aliases. 2017-08-28 21:51:07 +00:00

README.md

See docs/NewLLD.rst