Files
flatbuffers-bigfoot/tests
Vladimir Glavnyy 82836a62be [idl_parser] Improve stack overflow protection (#6364)
* [idl_parser] Improve stack overflow protection

Add stack overflow protection for Flexbuffer and nested Flatbuffer parsers.
Replaces the `Recurse()` method by the new ParseDepthGuard RAII class.

* Remove move operator from Parser.

It was wrong decision to add move ctor and assignment into Parser class.
These operators will make it extremely difficult to add constant or reference fields in the future.

* Remove ';' from definition of FLATBUFFERS_DELETE_FUNC

* Format code

* Make this PR compatible with MSVC2010 (it doesn't support inherited ctor)
2021-01-04 12:39:12 -08:00
..
2020-10-22 13:36:02 -07:00
2019-10-31 11:13:45 -07:00
2019-11-14 15:46:46 -08:00
2020-05-07 14:11:26 -07:00
2020-05-07 14:11:26 -07:00
2020-09-11 14:20:32 -07:00