mingodad/cfront-3

Invalid memory access due to invalid cast

Opened this issue · 0 comments

On

//if (Pfct(fn->tp)->memof) break; //this is invalid memory access detected by valgrind on demo/stream
valgrind detect an invalid memory access probably due to a invalid cast, right now the offending line was commented out, but ideally we need find another way to fix it.