For the object file writer we need to allow the underflow (ar write
zero), but for the final linker output we should probably generate an
error (I've left that as a TODO for now).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,030 ms | x64 debian > libFuzzer.libFuzzer::fuzzer-leak.test | |
60,090 ms | x64 debian > libFuzzer.libFuzzer::large.test |
Event Timeline
lld/wasm/InputChunks.cpp | ||
---|---|---|
119–122 | Would this be the place to put the underflow check? If so, maybe a TODO here as well as in the test? |
Would this be the place to put the underflow check? If so, maybe a TODO here as well as in the test?