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
While attempting to update to the latest flatbuffers library (v24.12.23), some of our serialized buffers started to fail verification. In particular they couldn't verify the alignment of an int64 field in a table that's within a vector. I reproduced the issue here: https://github.com/ghkinoo/test_flatbuffer
While attempting to update to the latest flatbuffers library (v24.12.23), some of our serialized buffers started to fail verification. In particular they couldn't verify the alignment of an int64 field in a table that's within a vector. I reproduced the issue here: https://github.com/ghkinoo/test_flatbuffer
The gist of it though:
test_long
doesn't align to 8 in the subsequent binary, as far as the verifier is concerned at least.This may be related to this #8397
The text was updated successfully, but these errors were encountered: