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
During deserialization, BT_STOP and BT_STOP_BASE are treated identically when handling what is expected to be a base. This can cause deserialization to succeed with incorrect data when a deserialization failure is expected. I've adjusted one of the examples to demonstrate this failure in a branch on my fork.
The text was updated successfully, but these errors were encountered:
With this change deserialization will now fail by throwing `bond::CoreException` when `BT_STOP` is encountered while deserializing a base struct.
Fixes#742
During deserialization, BT_STOP and BT_STOP_BASE are treated identically when handling what is expected to be a base. This can cause deserialization to succeed with incorrect data when a deserialization failure is expected. I've adjusted one of the examples to demonstrate this failure in a branch on my fork.
The text was updated successfully, but these errors were encountered: