dvidelabs / flatcc

FlatBuffers Compiler and Library in C for C
Apache License 2.0
646 stars 182 forks source link

Reproduce issue 210 #211

Closed bjornharrtell closed 11 months ago

bjornharrtell commented 3 years ago

I belive I have narrowed down issue #210 to be related to double vectors only and only on tables inside other tables. This minimal addition to monster_test demonstrates it.

Update: Seems the issue happens also on top level tables.. see https://github.com/dvidelabs/flatcc/pull/212.

mikkelfj commented 11 months ago

Closing this as it is superseded by #213