mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
* 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>