flatbuffers/samples
Wouter van Oortmerssen 8b92122f33 Made the verifier catch zero-offsets.
Zero offsets are non-sensical in FlatBuffers (since offsets are
relative to themselves) but were allowed by the verifier. This could
cause buffers made up of all zeroes to be interpreted as correct
buffers with an empty root object.

Generally, not allowing such offsets will make the verifier more
likely to catch problems earlier.

Change-Id: I54010bea29721b326ff8e5348fcd9fe78e5e7506
Tested: on Linux.
2017-04-26 14:26:18 -07:00
..
android Merge "Removed reference to deprecated NDK toolchain version." into ub-games-master 2016-05-23 23:49:56 +00:00
SampleBinary.cs Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
SampleBinary.java Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
SampleBinary.php Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
android_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
csharp_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
go_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
java_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
javascript_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
monster.fbs Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
monster_generated.h Made the verifier catch zero-offsets. 2017-04-26 14:26:18 -07:00
monsterdata.json add weapon + equipment to json example (#4114) 2016-12-12 14:12:56 -08:00
php_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
python_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
sample_binary.cpp Silenced unused variable warnings. 2016-01-19 15:30:41 -08:00
sample_binary.go Resolve Go fmt and vet warnings (#4134) 2017-01-09 17:13:44 -08:00
sample_binary.py Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
sample_text.cpp Allow GenerateText() to indicate failure to encode flatbuffer to JSON (i.e., non-UTF-8 string data) 2016-08-18 10:23:26 -07:00
samplebinary.js Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00