Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#8937·flatbuffers

[C#] Incorrect offset type in verifier

Author: LacoVadkertiCreated Feb 24, 2026Updated Sep 11, 2026
Labelsc#good-first-contributionpr-requested

Offset type is converted to int16, but is computed as int position - int offset:

https://github.com/google/flatbuffers/blob/94d6b8086b46bdff7da308aa2d3aebf336d29f55/net/FlatBuffers/FlatBufferVerify.cs#L243

Source: google/flatbuffers

View original on GitHubView discussion on GitHub