ikatyang / tree-sitter-yaml

YAML grammar for tree-sitter
https://ikatyang.github.io/tree-sitter-yaml/
MIT License
94 stars 38 forks source link

fix: avoid accessing unowned memory #17

Closed dimbleby closed 3 years ago

dimbleby commented 3 years ago

Fixes #16.

Per comment in that issue, I don't understand the code well enough to be sure that this is the right fix. But it looks plausible, and I thought I'd make it easy for you in case it is.

ikatyang commented 3 years ago

Thanks!