flatbuffers/go
Ville Vesilehto 9d64b9c0c0
fix(go): add bounds checking to ByteVector (#8776)
Add missing bounds checking to ByteVector before slice
operations in the Go FlatBuffers implementation. Relative offset and
vector length are now checked against the buffer size. Instead of
panicking, the code now returns nil. Regression test added.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
Co-authored-by: Justin Davis <jtdavis777@gmail.com>
2025-12-21 20:25:30 +00:00
..
BUILD.bazel
builder.go bulk code format fix (#8707) 2025-09-23 21:50:27 -07:00
doc.go
encode.go Fix issue #8389: any nonzero byte is truthy (#8690) 2025-11-24 07:26:39 -05:00
grpc.go fix(go/grpc): avoid panic on short FlatBuffers input (#8684) 2025-08-28 00:31:57 -07:00
lib.go
sizes.go
struct.go
table.go fix(go): add bounds checking to ByteVector (#8776) 2025-12-21 20:25:30 +00:00