summaryrefslogtreecommitdiff
path: root/src/zap/zapwriter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-01-27Update license headersdotnet-bot1-4/+3
2015-05-19Fix potential null pointer dereferenceJan Kotas1-1/+4
Calling WriteFile with both lpOverlapped and lpNumberOfBytesWritten set to null is invalid combination on Windows 7 [tfs-changeset: 1472978]
2015-05-08Set IMAGE_SECTION_HEADER::PointerToRawData correctlyJan Kotas1-1/+3
The OS loader expects PointerToRawData to be zero for sections without raw data. [tfs-changeset: 1467437]
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-2/+2
- Crossgen is now built as part of coreclr - Crossgen successfully compiles mscorlib.dll - Resulting mscorlib.ni.dll not yet usable
2015-03-09Fix size computation in ZapWriter::WritePadJan Kotas1-2/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+688
[tfs-changeset: 1407945]