[PATCH] D50387: [WASM] Fix overflow when reading custom section

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 09:17:40 PST 2018


sbc100 added a comment.

In https://reviews.llvm.org/D50387#1286459, @aheejin wrote:

> Hello. How did you generate this malformed test case? I added a new section on wasm binary format and now this case is failing for another reason before it reaches the custom section. I'd like to update the test case but don't know how this was generated.


How is your new section causing this binary to fail to load?  The new section is not mandatory, surly?


Repository:
  rL LLVM

https://reviews.llvm.org/D50387





More information about the llvm-commits mailing list