mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 06:55:19 +00:00
ed2415eb72
The verifier must be resilient against any corrupt data, so now using size_t thru-out to ensure any 64-bit offsets can be represented. Also added verification of alignment. Change-Id: I87a22aa6b045c2d83b69b47a47153f2e15ad7e06 Tested: on Linux, also with libfuzzer.