flatbuffers/docs/source
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
..
Benchmarks.md Updated benchmark chart with stats for pugixml. 2014-07-21 16:40:39 -07:00
Building.md Doc clarifications (Java vectors, test working dir, benchmark fix). 2014-06-23 14:00:58 -07:00
Compiler.md Prefixing of enum value identifiers in C++ is now optional. 2014-08-22 14:02:32 -07:00
CppUsage.md Improved the verifier to be even more resilient. 2014-08-22 14:14:32 -07:00
FlatBuffers.md Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
GoUsage.md Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
Grammar.md Schemas now support include files. 2014-08-19 16:44:14 -07:00
Internals.md Clarified a documentation statement about circular references. 2014-08-19 14:25:55 -07:00
JavaUsage.md A few document clarifications for Java & Internals. 2014-07-31 14:58:19 -07:00
Schemas.md Support all JSON escape codes (including \u) for parsing & text gen. 2014-08-22 14:02:31 -07:00
WhitePaper.md Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
doxyfile Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00