wabt icon indicating copy to clipboard operation
wabt copied to clipboard

Infinite loop parsing upstream annotations proposal

Open alexcrichton opened this issue 5 years ago • 1 comments

When wast2json is run on the upstream annotations proposal test it currently infinite loops:

$ wast2json testsuite/proposals/annotations/annotations.wast --enable-all
<hangs>

I've minimized this to:

(module quote "(@a \0a)")  ;; \n

where wast2json run over that file infinite loops.

alexcrichton avatar May 05 '20 14:05 alexcrichton

Thanks for reporting! I'll take a look.

binji avatar May 06 '20 18:05 binji