flatbuffers/tests
Wouter van Oortmerssen 11b743688c Improved the verifier to be even more resilient.
Theoretically, an attacker could construct a FlatBuffer with the
sole purpose of making verification really expensive, essentially
DOS-ing a server that uses verification on FlatBuffers. This adds
a max table depth and max table amount at which point the
verifier declares the buffer malformed.

Bug: 16301336
Change-Id: I6b098c31d030d24c19e852b33609110658e66aa9
Tested: on OS X
2014-08-22 14:14:32 -07:00
..
MyGame/Example Fixed possible alignment issue in Java 2014-08-13 11:50:54 -07:00
GoTest.sh Tweak Go test. 2014-07-25 15:26:00 -07:00
JavaTest.bat Fixed a bugs in the Java runtime that could cause an index out of bounds exception. 2014-07-02 14:39:58 -07:00
JavaTest.java Fix vector of strings for Java 2014-08-12 15:12:51 -07:00
JavaTest.sh license is a comment, not an echo 2014-06-23 13:37:32 -07:00
go_test.go Tweak Go test. 2014-07-25 15:26:00 -07:00
include_test1.fbs Schemas now support include files. 2014-08-19 16:44:14 -07:00
include_test2.fbs Referring to types from other namespaces in C++ now works correctly. 2014-08-19 17:20:08 -07:00
monster_test.fbs The list of enum values is now allowed to end in a comma. 2014-08-22 14:02:32 -07:00
monster_test_generated.h Improved the verifier to be even more resilient. 2014-08-22 14:14:32 -07:00
monsterdata_test.bin Fix vector of strings for Java 2014-08-12 15:12:51 -07:00
monsterdata_test.golden Parser now allows empty tables in JSON 2014-08-13 11:44:20 -07:00
monsterdata_test.json JSON parsing & text generation is now enum-identifier aware. 2014-07-15 11:45:00 -07:00
test.cpp Checking for clashes between field names and generated field names. 2014-08-22 14:02:32 -07:00