llvm-6502/include/llvm/MC
Nathan Jeffords 0783fb7e6d added an assertion to MCObjectWriter::WriteBytes to catch misuse of the ZeroFillSize parameter
If the size of the string is greater than the zero fill size, the function will attempt to write a very large string of zeros to the object file (~4GB on 32 bit platforms). This assertion will catch the scenario and crash the program before the write occurs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104334 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-21 18:23:56 +00:00
..
MCParser Add support for parsing the ELF .type assembler directive. 2010-05-21 11:36:59 +00:00
EDInstInfo.h
MachObjectWriter.h
MCAsmInfo.h Fix build by actually declaring the variable. 2010-05-20 00:59:30 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h
MCAssembler.h
MCCodeEmitter.h
MCContext.h Added support in MC for Directional Local Labels. 2010-05-17 23:08:19 +00:00
MCDirectives.h
MCDisassembler.h
MCExpr.h
MCFixup.h
MCInst.h
MCInstPrinter.h
MCLabel.h Added support in MC for Directional Local Labels. 2010-05-17 23:08:19 +00:00
MCMachOSymbolFlags.h
MCObjectWriter.h added an assertion to MCObjectWriter::WriteBytes to catch misuse of the ZeroFillSize parameter 2010-05-21 18:23:56 +00:00
MCSection.h
MCSectionCOFF.h
MCSectionELF.h
MCSectionMachO.h
MCStreamer.h Make EmitTBSSSymbol take a section argument so that we can find it later. 2010-05-18 21:16:04 +00:00
MCSymbol.h
MCValue.h
SectionKind.h