commit | 755f9ef932f9830a63a712fd2ac971d838b131f1 | [log] [tgz] |
---|---|---|
author | Thiago Macieira <thiago.macieira@intel.com> | Mon Jan 15 09:51:28 2018 -0800 |
committer | Thiago Macieira <thiago.macieira@intel.com> | Tue Oct 22 08:11:21 2019 -0700 |
tree | 44aeea52366d3bf2d281a2cb10a3bbdf1dc4b465 | |
parent | 1cc264a3fc5930950d6c5974014ae88948ed5099 [diff] |
Parser: validate that maps have both key and value items If a map end (Break byte) occurs before we've read the concrete item for the value, then the map is invalid. Fixes #167 Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>