stevedonovan / lua-patterns

Exposing Lua string patterns to Rust
MIT License
28 stars 5 forks source link

fix index out of bounds #4

Open matklad opened 1 year ago

matklad commented 1 year ago

In lua, there's \0 at the end, but we don't have one, so *ep is UB

matklad commented 1 year ago

closes #2