beltoforion / muparserx

A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.
http://beltoforion.de/en/muparserx
BSD 2-Clause "Simplified" License
136 stars 60 forks source link

[4.0.12] SEGFAULT in mupTokenReader #130

Open akornmann opened 4 months ago

akornmann commented 4 months ago

After updating from 4.0.8 to 4.0.12, i get a SEGFAULT in mup::TokenReader::DeleteValReader()

Is it related to th fix in 4.0.13 ?

image