typed_python icon indicating copy to clipboard operation
typed_python copied to clipboard

harden typed_python serialization and allow message size limits

Open braxtonmckee opened this issue 5 years ago • 0 comments

right now if you try to send a very large string (say, 100gb), the deserializer will allocate space for it. We should allow clients to impose strict limits to ensure they don't blow up on bad data, and should attempt to agressively fuzztest sending bad/corrupted data and verifying that we get reasonable exceptions instead of segfaults.

braxtonmckee avatar Oct 29 '19 15:10 braxtonmckee