flatbuffers/tests/namespace_test
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
..
NamespaceA C#: Fixed possible conflicts between usings and user-supplied namespace (#4247) 2017-03-29 11:09:25 -07:00
NamespaceC C#: Fixed possible conflicts between usings and user-supplied namespace (#4247) 2017-03-29 11:09:25 -07:00
namespace_test1.fbs Fix to #360 - Updated the general generator (Java/C#) to emit fully qualified names where the referenced object isn't directly in this namespace. Added test fbs files to verify compilation. 2015-12-05 13:42:09 -05:00
namespace_test1_generated.h C++: Add default value handling to mutation/SetField code (#4230) 2017-03-20 17:36:27 -07:00
namespace_test1_generated.js chore(lint) (#4079) 2016-11-07 10:27:26 -08:00
namespace_test1_generated.ts TS tests fixes (#4265) 2017-04-21 09:29:42 -07:00
namespace_test2.fbs Fixed namespace code generation for C++ 2016-02-17 11:26:38 -08:00
namespace_test2_generated.h Made the verifier catch zero-offsets. 2017-04-26 14:26:18 -07:00
namespace_test2_generated.js chore(lint) (#4079) 2016-11-07 10:27:26 -08:00
namespace_test2_generated.ts TS tests fixes (#4265) 2017-04-21 09:29:42 -07:00