0rphon

Results 48 comments of 0rphon

[here's where the error is thrown](https://github.com/AleoHQ/leo/blob/staging/asg/src/accesses/array_access.rs#L118)

@ljedrz thats very interesting. i just checked and it definitely still happens on windows. maybe the bug is OS specific?

the fuzzer repo isnt public. im sure you could ask howard for access if you wanted to use it for testing, but it shouldn't be necessary for this specific bug....

a full example of exactly what im doing ![image](https://user-images.githubusercontent.com/59403052/108830307-0ed37400-757e-11eb-9fa6-5900d853c262.png)

i just tried it out with your branch and im still getting OOM errors. although now it seems to be happening during the setup stage instead of build input: ```...

interestingly enough, while i was looking at OOM examples that the fuzzer generated while fuzzing master, i stumbled upon a bug that seems to be related to this one. im...

@ljedrz let me know if/when you want me to fuzz the oom fix again

negative numbers work fine as long as they're less than 76 digits

also an issue with comparisons ``` function main() { let x: [u8; _] = [0, 0, 0, 0]; // works let y = x == [0, 0, 0, 0]; //...

a message copied from the fuzzer slack channel that i think could be of use here: > i think it being intended behavior or not really comes down to if...