Failure of code_copy
JakeOShannessy opened this issue · 1 comments
JakeOShannessy commented
There is a strange error occurring when passing the full code data from the kernel (that is using EXTCODECOPY) to a client. I'm not sure what it causing it, but reallocating the vector in some way seems to fix it.
cap9/kernel-ewasm/cap9-kernel/src/lib.rs
Lines 130 to 140 in 9f8aca6
JakeOShannessy commented
This is currently working fine with this hack disabled. Given we can't reproduce it anymore we may just have to close it. It may have been fixed with some other changes.