bertiqwerty / exmex

Math parser and evaluator in Rust, capable of partial differentiation, allows the use of custom operators.
Apache License 2.0
39 stars 6 forks source link

Catch unicode input #13

Closed bertiqwerty closed 3 years ago

bertiqwerty commented 3 years ago

Fuzzing showed that exmex crashes when unicode input is provided. As long as we do not support unicode, we should at least give a sane error message.