* zkas: fix out-of-memory panic
Fix panic due to unchecked Vec::with_capacity inputs. Also change
VecDeque to use the same validation pattern even though it was not
directly affected
Add panic regression unit test based on fuzzer input that caused the crash
* Add the vec alloc try to async serial as well
---------
Co-authored-by: y <y>
Co-authored-by: parazyd <parazyd@dyne.org>