mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
@@ -368,7 +368,7 @@ func checkFuzz(fuzzFields, fuzzObjects int, fail func(string, ...interface{})) {
|
||||
|
||||
for j := 0; j < fuzzFields; j++ {
|
||||
f := flatbuffers.VOffsetT((flatbuffers.VtableMetadataFields + j) * flatbuffers.SizeVOffsetT)
|
||||
choice := int(l.Next()) % testValuesMax
|
||||
choice := l.Next() % uint32(testValuesMax)
|
||||
|
||||
switch choice {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user