You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In porky in particular (as buffers are statically allocated and of fixed size), implement some checks to ensure that buffers are big enough to take the serialization of the messages that pass.
Probably need to generate a lot of variants of each message type, serialize them in tests and check versus some constant - that is used in the code for the size of static buffers.
The text was updated successfully, but these errors were encountered:
In porky in particular (as buffers are statically allocated and of fixed size), implement some checks to ensure that buffers are big enough to take the serialization of the messages that pass.
Probably need to generate a lot of variants of each message type, serialize them in tests and check versus some constant - that is used in the code for the size of static buffers.
The text was updated successfully, but these errors were encountered: