Skip to content
Snippets Groups Projects
Commit 711e1142 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: FixedList/Pair writeEntry not re-readable (fixes #2351)

- notably affects writing continuous data in binary. If generating a
  compound token (eg, List<label>), need to add in the size prefix
  otherwise it cannot actually be parsed properly as a List.

BUG: bad fallthrough for compound reading (FixedList)

- the branch was likely never reached, but would have attempted to
  read twice due to a bad fall-through condition.
parent 2a25b356
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment