[PATCH] D38777: [wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 13 15:00:50 PDT 2017
JDevlieghere added inline comments.
================
Comment at: lib/DebugInfo/DWARF/DWARFContext.cpp:1159
+ return;
+ return;
+ }
----------------
Should this be `continue`?
https://reviews.llvm.org/D38777
More information about the llvm-commits
mailing list