Problem
levels[] in kll.rs is pre-computed but also changing during update.
How to Fix
As long as the memory are pre-allocated, just double the allocated memory should fix it.
Other Potential Effect
Maybe the serialization needs update, maybe not. Needs to check more carefully.
Problem
levels[]in kll.rs is pre-computed but also changing during update.How to Fix
As long as the memory are pre-allocated, just double the allocated memory should fix it.
Other Potential Effect
Maybe the serialization needs update, maybe not. Needs to check more carefully.