Panic from postcard
when using Launcher
#1393
Replies: 1 comment 5 replies
-
I don't see where you are deserializing, and what? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a fuzzer that uses
Launcher
like so:However, it panics with:
After a bit of digging, it appears likely that this is coming from
postcard::Deserializer::deserialize_any
. Is this expected behavior? If so, is there a way I can modify my fuzzer to avoid this?Beta Was this translation helpful? Give feedback.
All reactions