Starting on an input stream that is not at offset 0 would trigger the
assert in WinCOFFObjectWriter.cpp:1065:
assert(getStream().tell() <= (*i)->Header.PointerToRawData && "Section::PointerToRawData is insane!");
Differential D14776
Fix bug where WinCOFFObjectWriter would assume starting from an empty output. klimek on Nov 18 2015, 7:18 AM. Authored by
Details
Starting on an input stream that is not at offset 0 would trigger the assert(getStream().tell() <= (*i)->Header.PointerToRawData && "Section::PointerToRawData is insane!");
Diff Detail |