rcorsi

Results 189 comments of rcorsi

Lets cross link with two others that have similar `Memory access out of bounds` message. https://github.com/LadybirdBrowser/ladybird/issues/7025 and https://github.com/LadybirdBrowser/ladybird/issues/7069

New message from #7106 for this issue ``` 760.301 WebContent(12228): LibWasm: load_and_push - Memory access out of bounds (expected 738231709 to be less than or equal to 52428800) ```

Wow! A fix that just deletes stuff, my favourite type of patch. Are you planning on creating a PR?

I tried the patch you provide and I got: ``` VERIFICATION FAILED: index + count > index at /home/bobo/projects/ladybird/AK/Vector.h:513 Stack trace (most recent call first): #0 (inlined) in AK::Vector::remove(unsigned long,...

I think I have a repro. It is based on the debug output of the actual Lethal Clock. Tell me if I got it right. I'm pretty new at WebAssembly....

Did I get it right or did I do something wrong? Output ``` $ Build/release/bin/wasm -i -e func1184 --arg i32.const:0 --arg i32.const:738231708 repro.wasm Executing instruction local.get at current_ip_value 0 Executing...

@shlyakpavel I'm having second thoughts on the reproduction .wat file I provided. Maybe I simplified the original code a little too much and the way it is written now it...

I added some debug statements to see the content of the stack (using Configuration::dump_stack function) ``` $ Build/release/bin/wasm -i -e func1184 --arg i32.const:738231708 --arg i32.const:0 repro.wasm Stack contents: empty Executing...