elm-tooling / tree-sitter-elm

Tree sitter implementation for elm
https://elm-tooling.github.io/tree-sitter-elm/
MIT License
75 stars 14 forks source link

Fix null pointer as argument #90

Closed razzeee closed 3 years ago

razzeee commented 3 years ago

Fuzzing did show two cases of undefined behavior. memcpy can cause problems, so we'll use a loop instead.

Fixes https://github.com/elm-tooling/tree-sitter-elm/issues/89

razzeee commented 3 years ago

See https://stackoverflow.com/questions/5243012/is-it-guaranteed-to-be-safe-to-perform-memcpy0-0-0