llvm-6502/lib/MC
Michael J. Spencer c1f354dcb8 MC/MachO: Fix possible null pointer dereference.
Discovered by Microsoft Visual Studio 2010 Code Analysis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110575 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-09 15:28:05 +00:00
..
MCDisassembler
MCParser MC: Destroy Macro instances. 2010-07-29 01:51:55 +00:00
CMakeLists.txt
MachObjectWriter.cpp MC/MachO: Fix possible null pointer dereference. 2010-08-09 15:28:05 +00:00
Makefile
MCAsmInfo.cpp
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. 2010-07-29 17:48:06 +00:00
MCAssembler.cpp MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani. 2010-07-30 18:32:09 +00:00
MCCodeEmitter.cpp
MCContext.cpp Stop leaking std::strings in GetDwarfFile. 2010-07-29 13:53:19 +00:00
MCDisassembler.cpp
MCDwarf.cpp
MCExpr.cpp
MCInst.cpp
MCInstPrinter.cpp
MCLabel.cpp
MCLoggingStreamer.cpp
MCMachOStreamer.cpp
MCNullStreamer.cpp
MCObjectStreamer.cpp Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. 2010-07-29 17:48:06 +00:00
MCObjectWriter.cpp
MCSection.cpp
MCSectionCOFF.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp
MCValue.cpp
TargetAsmBackend.cpp
WinCOFFObjectWriter.cpp MC: Fix symbol fragment offsets in COFF. 2010-08-03 05:02:46 +00:00
WinCOFFStreamer.cpp Add relax all support to the COFF object streamer. 2010-07-31 06:22:29 +00:00