[C#] Incorrect offset type in verifier
Open
c#
good-first-contribution
pr-requested
- Dominant language
- C++
- Stars
- 26.5k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.