mnater / Hyphenopoly

Hyphenation for node and Polyfill for client-side hyphenation.
http://mnater.github.io/Hyphenopoly/
MIT License
689 stars 45 forks source link

memory access out of bounds #165

Closed mnater closed 3 years ago

mnater commented 3 years ago

In some rare conditions a "memory access out of bounds" error occurs. This happens only when a word isn't checked for unknown chars and then sent to wasm.hyphenate. In normal conditions this isn't an issue, because Hyphenopoly.js does this check.