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 the metadata encoder, in the code that writes a metadata version constant at the end of metadata::encode:::encode_metadata, we wind up having to use a string literal rather than a vector constant. Somehow memory is getting modified under-foot, or something. Investigate. Not cool.
The text was updated successfully, but these errors were encountered:
In the metadata encoder, in the code that writes a metadata version constant at the end of
metadata::encode:::encode_metadata
, we wind up having to use a string literal rather than a vector constant. Somehow memory is getting modified under-foot, or something. Investigate. Not cool.The text was updated successfully, but these errors were encountered: