Phil Turnbull 5877d9a30d
Prevent out-of-bounds read when deserializing
We first serialize the total number of tags, then serialize each individual
tag. If we don't have enough space to serialize a particular tag we stop
serializing any remaining tags.

However, this causes an out-of-bounds read when deserializing because there are
less tags than expected. Just bail when there are too many tags to serialize.
2018-08-07 14:40:33 -04:00
2018-06-12 14:06:16 -07:00
2018-06-12 10:52:43 -07:00
2018-06-11 17:22:50 -07:00
2018-06-11 17:22:50 -07:00
2018-06-12 12:20:13 -07:00
2018-06-11 16:59:22 -07:00
2018-06-11 16:59:22 -07:00
2018-07-18 13:19:13 -07:00
2018-06-11 17:22:50 -07:00

tree-sitter-html

Build Status Build status

HTML grammar for tree-sitter.

References

Description
No description provided
Readme
Languages
C++ 48.8%
C 17.9%
Makefile 12.2%
Rust 9.5%
JavaScript 9.3%
Other 2.3%